tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWedataWorkflowFolders
Start a Neo task
Explain and create a tencentcloud.getWedataWorkflowFolders resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of wedata wedata_workflow_folders
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const wedataWorkflowFolders = tencentcloud.getWedataWorkflowFolders({
projectId: "2905622749543821312",
parentFolderPath: "/",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
wedata_workflow_folders = tencentcloud.get_wedata_workflow_folders(project_id="2905622749543821312",
parent_folder_path="/")
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.GetWedataWorkflowFolders(ctx, &tencentcloud.GetWedataWorkflowFoldersArgs{
ProjectId: "2905622749543821312",
ParentFolderPath: "/",
}, 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 wedataWorkflowFolders = Tencentcloud.GetWedataWorkflowFolders.Invoke(new()
{
ProjectId = "2905622749543821312",
ParentFolderPath = "/",
});
});
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.GetWedataWorkflowFoldersArgs;
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 wedataWorkflowFolders = TencentcloudFunctions.getWedataWorkflowFolders(GetWedataWorkflowFoldersArgs.builder()
.projectId("2905622749543821312")
.parentFolderPath("/")
.build());
}
}
variables:
wedataWorkflowFolders:
fn::invoke:
function: tencentcloud:getWedataWorkflowFolders
arguments:
projectId: '2905622749543821312'
parentFolderPath: /
Using getWedataWorkflowFolders
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 getWedataWorkflowFolders(args: GetWedataWorkflowFoldersArgs, opts?: InvokeOptions): Promise<GetWedataWorkflowFoldersResult>
function getWedataWorkflowFoldersOutput(args: GetWedataWorkflowFoldersOutputArgs, opts?: InvokeOptions): Output<GetWedataWorkflowFoldersResult>def get_wedata_workflow_folders(id: Optional[str] = None,
parent_folder_path: Optional[str] = None,
project_id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataWorkflowFoldersResult
def get_wedata_workflow_folders_output(id: Optional[pulumi.Input[str]] = None,
parent_folder_path: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWedataWorkflowFoldersResult]func GetWedataWorkflowFolders(ctx *Context, args *GetWedataWorkflowFoldersArgs, opts ...InvokeOption) (*GetWedataWorkflowFoldersResult, error)
func GetWedataWorkflowFoldersOutput(ctx *Context, args *GetWedataWorkflowFoldersOutputArgs, opts ...InvokeOption) GetWedataWorkflowFoldersResultOutput> Note: This function is named GetWedataWorkflowFolders in the Go SDK.
public static class GetWedataWorkflowFolders
{
public static Task<GetWedataWorkflowFoldersResult> InvokeAsync(GetWedataWorkflowFoldersArgs args, InvokeOptions? opts = null)
public static Output<GetWedataWorkflowFoldersResult> Invoke(GetWedataWorkflowFoldersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataWorkflowFoldersResult> getWedataWorkflowFolders(GetWedataWorkflowFoldersArgs args, InvokeOptions options)
public static Output<GetWedataWorkflowFoldersResult> getWedataWorkflowFolders(GetWedataWorkflowFoldersArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataWorkflowFolders:getWedataWorkflowFolders
arguments:
# arguments dictionaryThe following arguments are supported:
- Parent
Folder stringPath - Parent folder absolute path, for example /abc/de, if it is root directory, pass /.
- Project
Id string - Project ID.
- Id string
- Result
Output stringFile - Used to save results.
- Parent
Folder stringPath - Parent folder absolute path, for example /abc/de, if it is root directory, pass /.
- Project
Id string - Project ID.
- Id string
- Result
Output stringFile - Used to save results.
- parent
Folder StringPath - Parent folder absolute path, for example /abc/de, if it is root directory, pass /.
- project
Id String - Project ID.
- id String
- result
Output StringFile - Used to save results.
- parent
Folder stringPath - Parent folder absolute path, for example /abc/de, if it is root directory, pass /.
- project
Id string - Project ID.
- id string
- result
Output stringFile - Used to save results.
- parent_
folder_ strpath - Parent folder absolute path, for example /abc/de, if it is root directory, pass /.
- project_
id str - Project ID.
- id str
- result_
output_ strfile - Used to save results.
- parent
Folder StringPath - Parent folder absolute path, for example /abc/de, if it is root directory, pass /.
- project
Id String - Project ID.
- id String
- result
Output StringFile - Used to save results.
getWedataWorkflowFolders Result
The following output properties are available:
- Datas
List<Get
Wedata Workflow Folders Data> - Paginated folder query result.
- Id string
- Parent
Folder stringPath - Project
Id string - Result
Output stringFile
- Datas
[]Get
Wedata Workflow Folders Data - Paginated folder query result.
- Id string
- Parent
Folder stringPath - Project
Id string - Result
Output stringFile
- datas
List<Get
Wedata Workflow Folders Data> - Paginated folder query result.
- id String
- parent
Folder StringPath - project
Id String - result
Output StringFile
- datas
Get
Wedata Workflow Folders Data[] - Paginated folder query result.
- id string
- parent
Folder stringPath - project
Id string - result
Output stringFile
- datas
Sequence[Get
Wedata Workflow Folders Data] - Paginated folder query result.
- id str
- parent_
folder_ strpath - project_
id str - result_
output_ strfile
- datas List<Property Map>
- Paginated folder query result.
- id String
- parent
Folder StringPath - project
Id String - result
Output StringFile
Supporting Types
GetWedataWorkflowFoldersData
- Create
User stringUin - Folder
Id string - Folder
Path string - Project
Id string - Project ID.
- Create
User stringUin - Folder
Id string - Folder
Path string - Project
Id string - Project ID.
- create
User StringUin - folder
Id String - folder
Path String - project
Id String - Project ID.
- create
User stringUin - folder
Id string - folder
Path string - project
Id string - Project ID.
- create_
user_ struin - folder_
id str - folder_
path str - project_
id str - Project ID.
- create
User StringUin - folder
Id String - folder
Path String - project
Id String - Project ID.
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
