tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWedataResourceFiles
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of wedata wedata_resource_files
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const wedataResourceFiles = tencentcloud.getWedataResourceFiles({
projectId: "2905622749543821312",
resourceName: "tftest.txt",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
wedata_resource_files = tencentcloud.get_wedata_resource_files(project_id="2905622749543821312",
resource_name="tftest.txt")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetWedataResourceFiles(ctx, &tencentcloud.GetWedataResourceFilesArgs{
ProjectId: "2905622749543821312",
ResourceName: pulumi.StringRef("tftest.txt"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var wedataResourceFiles = Tencentcloud.GetWedataResourceFiles.Invoke(new()
{
ProjectId = "2905622749543821312",
ResourceName = "tftest.txt",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetWedataResourceFilesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var wedataResourceFiles = TencentcloudFunctions.getWedataResourceFiles(GetWedataResourceFilesArgs.builder()
.projectId("2905622749543821312")
.resourceName("tftest.txt")
.build());
}
}
variables:
wedataResourceFiles:
fn::invoke:
function: tencentcloud:getWedataResourceFiles
arguments:
projectId: 2.9056227495438213e+18
resourceName: tftest.txt
Using getWedataResourceFiles
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWedataResourceFiles(args: GetWedataResourceFilesArgs, opts?: InvokeOptions): Promise<GetWedataResourceFilesResult>
function getWedataResourceFilesOutput(args: GetWedataResourceFilesOutputArgs, opts?: InvokeOptions): Output<GetWedataResourceFilesResult>def get_wedata_resource_files(create_time_end: Optional[str] = None,
create_time_start: Optional[str] = None,
create_user_uin: Optional[str] = None,
id: Optional[str] = None,
modify_time_end: Optional[str] = None,
modify_time_start: Optional[str] = None,
parent_folder_path: Optional[str] = None,
project_id: Optional[str] = None,
resource_name: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataResourceFilesResult
def get_wedata_resource_files_output(create_time_end: Optional[pulumi.Input[str]] = None,
create_time_start: Optional[pulumi.Input[str]] = None,
create_user_uin: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
modify_time_end: Optional[pulumi.Input[str]] = None,
modify_time_start: Optional[pulumi.Input[str]] = None,
parent_folder_path: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
resource_name: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWedataResourceFilesResult]func GetWedataResourceFiles(ctx *Context, args *GetWedataResourceFilesArgs, opts ...InvokeOption) (*GetWedataResourceFilesResult, error)
func GetWedataResourceFilesOutput(ctx *Context, args *GetWedataResourceFilesOutputArgs, opts ...InvokeOption) GetWedataResourceFilesResultOutput> Note: This function is named GetWedataResourceFiles in the Go SDK.
public static class GetWedataResourceFiles
{
public static Task<GetWedataResourceFilesResult> InvokeAsync(GetWedataResourceFilesArgs args, InvokeOptions? opts = null)
public static Output<GetWedataResourceFilesResult> Invoke(GetWedataResourceFilesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataResourceFilesResult> getWedataResourceFiles(GetWedataResourceFilesArgs args, InvokeOptions options)
public static Output<GetWedataResourceFilesResult> getWedataResourceFiles(GetWedataResourceFilesArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataResourceFiles:getWedataResourceFiles
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - Project ID.
- Create
Time stringEnd - Create time range. specifies the termination time in yyyy-MM-dd HH:MM:ss format.
- Create
Time stringStart - Create time range. specifies the start time in yyyy-MM-dd HH:MM:ss format.
- Create
User stringUin - Creator ID. obtain through the DescribeCurrentUserInfo API.
- Id string
- Modify
Time stringEnd - Update time range. specifies the end time in yyyy-MM-dd HH:MM:ss format.
- Modify
Time stringStart - Update time range. specifies the start time in yyyy-MM-dd HH:MM:ss format.
- Parent
Folder stringPath - Specifies the path of the file's parent folder (for example /a/b/c, querying resource files under the folder c).
- Resource
Name string - Resource file name (fuzzy search keyword).
- Result
Output stringFile - Used to save results.
- Project
Id string - Project ID.
- Create
Time stringEnd - Create time range. specifies the termination time in yyyy-MM-dd HH:MM:ss format.
- Create
Time stringStart - Create time range. specifies the start time in yyyy-MM-dd HH:MM:ss format.
- Create
User stringUin - Creator ID. obtain through the DescribeCurrentUserInfo API.
- Id string
- Modify
Time stringEnd - Update time range. specifies the end time in yyyy-MM-dd HH:MM:ss format.
- Modify
Time stringStart - Update time range. specifies the start time in yyyy-MM-dd HH:MM:ss format.
- Parent
Folder stringPath - Specifies the path of the file's parent folder (for example /a/b/c, querying resource files under the folder c).
- Resource
Name string - Resource file name (fuzzy search keyword).
- Result
Output stringFile - Used to save results.
- project
Id String - Project ID.
- create
Time StringEnd - Create time range. specifies the termination time in yyyy-MM-dd HH:MM:ss format.
- create
Time StringStart - Create time range. specifies the start time in yyyy-MM-dd HH:MM:ss format.
- create
User StringUin - Creator ID. obtain through the DescribeCurrentUserInfo API.
- id String
- modify
Time StringEnd - Update time range. specifies the end time in yyyy-MM-dd HH:MM:ss format.
- modify
Time StringStart - Update time range. specifies the start time in yyyy-MM-dd HH:MM:ss format.
- parent
Folder StringPath - Specifies the path of the file's parent folder (for example /a/b/c, querying resource files under the folder c).
- resource
Name String - Resource file name (fuzzy search keyword).
- result
Output StringFile - Used to save results.
- project
Id string - Project ID.
- create
Time stringEnd - Create time range. specifies the termination time in yyyy-MM-dd HH:MM:ss format.
- create
Time stringStart - Create time range. specifies the start time in yyyy-MM-dd HH:MM:ss format.
- create
User stringUin - Creator ID. obtain through the DescribeCurrentUserInfo API.
- id string
- modify
Time stringEnd - Update time range. specifies the end time in yyyy-MM-dd HH:MM:ss format.
- modify
Time stringStart - Update time range. specifies the start time in yyyy-MM-dd HH:MM:ss format.
- parent
Folder stringPath - Specifies the path of the file's parent folder (for example /a/b/c, querying resource files under the folder c).
- resource
Name string - Resource file name (fuzzy search keyword).
- result
Output stringFile - Used to save results.
- project_
id str - Project ID.
- create_
time_ strend - Create time range. specifies the termination time in yyyy-MM-dd HH:MM:ss format.
- create_
time_ strstart - Create time range. specifies the start time in yyyy-MM-dd HH:MM:ss format.
- create_
user_ struin - Creator ID. obtain through the DescribeCurrentUserInfo API.
- id str
- modify_
time_ strend - Update time range. specifies the end time in yyyy-MM-dd HH:MM:ss format.
- modify_
time_ strstart - Update time range. specifies the start time in yyyy-MM-dd HH:MM:ss format.
- parent_
folder_ strpath - Specifies the path of the file's parent folder (for example /a/b/c, querying resource files under the folder c).
- resource_
name str - Resource file name (fuzzy search keyword).
- result_
output_ strfile - Used to save results.
- project
Id String - Project ID.
- create
Time StringEnd - Create time range. specifies the termination time in yyyy-MM-dd HH:MM:ss format.
- create
Time StringStart - Create time range. specifies the start time in yyyy-MM-dd HH:MM:ss format.
- create
User StringUin - Creator ID. obtain through the DescribeCurrentUserInfo API.
- id String
- modify
Time StringEnd - Update time range. specifies the end time in yyyy-MM-dd HH:MM:ss format.
- modify
Time StringStart - Update time range. specifies the start time in yyyy-MM-dd HH:MM:ss format.
- parent
Folder StringPath - Specifies the path of the file's parent folder (for example /a/b/c, querying resource files under the folder c).
- resource
Name String - Resource file name (fuzzy search keyword).
- result
Output StringFile - Used to save results.
getWedataResourceFiles Result
The following output properties are available:
- Datas
List<Get
Wedata Resource Files Data> - Retrieve the resource file list.
- Id string
- Project
Id string - Create
Time stringEnd - Create
Time stringStart - Create
User stringUin - Modify
Time stringEnd - Modify
Time stringStart - Parent
Folder stringPath - Resource
Name string - Result
Output stringFile
- Datas
[]Get
Wedata Resource Files Data - Retrieve the resource file list.
- Id string
- Project
Id string - Create
Time stringEnd - Create
Time stringStart - Create
User stringUin - Modify
Time stringEnd - Modify
Time stringStart - Parent
Folder stringPath - Resource
Name string - Result
Output stringFile
- datas
List<Get
Wedata Resource Files Data> - Retrieve the resource file list.
- id String
- project
Id String - create
Time StringEnd - create
Time StringStart - create
User StringUin - modify
Time StringEnd - modify
Time StringStart - parent
Folder StringPath - resource
Name String - result
Output StringFile
- datas
Get
Wedata Resource Files Data[] - Retrieve the resource file list.
- id string
- project
Id string - create
Time stringEnd - create
Time stringStart - create
User stringUin - modify
Time stringEnd - modify
Time stringStart - parent
Folder stringPath - resource
Name string - result
Output stringFile
- datas
Sequence[Get
Wedata Resource Files Data] - Retrieve the resource file list.
- id str
- project_
id str - create_
time_ strend - create_
time_ strstart - create_
user_ struin - modify_
time_ strend - modify_
time_ strstart - parent_
folder_ strpath - resource_
name str - result_
output_ strfile
- datas List<Property Map>
- Retrieve the resource file list.
- id String
- project
Id String - create
Time StringEnd - create
Time StringStart - create
User StringUin - modify
Time StringEnd - modify
Time StringStart - parent
Folder StringPath - resource
Name String - result
Output StringFile
Supporting Types
GetWedataResourceFilesData
- File
Extension stringType - Local
Path string - Resource
Id string - Resource
Name string - Resource file name (fuzzy search keyword).
- File
Extension stringType - Local
Path string - Resource
Id string - Resource
Name string - Resource file name (fuzzy search keyword).
- file
Extension StringType - local
Path String - resource
Id String - resource
Name String - Resource file name (fuzzy search keyword).
- file
Extension stringType - local
Path string - resource
Id string - resource
Name string - Resource file name (fuzzy search keyword).
- file_
extension_ strtype - local_
path str - resource_
id str - resource_
name str - Resource file name (fuzzy search keyword).
- file
Extension StringType - local
Path String - resource
Id String - resource
Name String - Resource file name (fuzzy search keyword).
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
