1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getWedataWorkflowFolders
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 logo
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 dictionary

    The following arguments are supported:

    ParentFolderPath string
    Parent folder absolute path, for example /abc/de, if it is root directory, pass /.
    ProjectId string
    Project ID.
    Id string
    ResultOutputFile string
    Used to save results.
    ParentFolderPath string
    Parent folder absolute path, for example /abc/de, if it is root directory, pass /.
    ProjectId string
    Project ID.
    Id string
    ResultOutputFile string
    Used to save results.
    parentFolderPath String
    Parent folder absolute path, for example /abc/de, if it is root directory, pass /.
    projectId String
    Project ID.
    id String
    resultOutputFile String
    Used to save results.
    parentFolderPath string
    Parent folder absolute path, for example /abc/de, if it is root directory, pass /.
    projectId string
    Project ID.
    id string
    resultOutputFile string
    Used to save results.
    parent_folder_path str
    Parent folder absolute path, for example /abc/de, if it is root directory, pass /.
    project_id str
    Project ID.
    id str
    result_output_file str
    Used to save results.
    parentFolderPath String
    Parent folder absolute path, for example /abc/de, if it is root directory, pass /.
    projectId String
    Project ID.
    id String
    resultOutputFile String
    Used to save results.

    getWedataWorkflowFolders Result

    The following output properties are available:

    Datas List<GetWedataWorkflowFoldersData>
    Paginated folder query result.
    Id string
    ParentFolderPath string
    ProjectId string
    ResultOutputFile string
    Datas []GetWedataWorkflowFoldersData
    Paginated folder query result.
    Id string
    ParentFolderPath string
    ProjectId string
    ResultOutputFile string
    datas List<GetWedataWorkflowFoldersData>
    Paginated folder query result.
    id String
    parentFolderPath String
    projectId String
    resultOutputFile String
    datas GetWedataWorkflowFoldersData[]
    Paginated folder query result.
    id string
    parentFolderPath string
    projectId string
    resultOutputFile string
    datas List<Property Map>
    Paginated folder query result.
    id String
    parentFolderPath String
    projectId String
    resultOutputFile String

    Supporting Types

    GetWedataWorkflowFoldersData

    CreateUserUin string
    FolderId string
    FolderPath string
    ProjectId string
    Project ID.
    CreateUserUin string
    FolderId string
    FolderPath string
    ProjectId string
    Project ID.
    createUserUin String
    folderId String
    folderPath String
    projectId String
    Project ID.
    createUserUin string
    folderId string
    folderPath string
    projectId string
    Project ID.
    createUserUin String
    folderId String
    folderPath String
    projectId String
    Project ID.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate