1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getWedataGetTable
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack

tencentcloud.getWedataGetTable

Get Started
tencentcloud logo
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack

    Use this data source to query detailed information of WeData get table

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const example = tencentcloud.getWedataGetTable({
        tableGuid: "ktDR4ymhp2_nlfClXhwxRQ",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    example = tencentcloud.get_wedata_get_table(table_guid="ktDR4ymhp2_nlfClXhwxRQ")
    
    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.GetWedataGetTable(ctx, &tencentcloud.GetWedataGetTableArgs{
    			TableGuid: "ktDR4ymhp2_nlfClXhwxRQ",
    		}, 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 example = Tencentcloud.GetWedataGetTable.Invoke(new()
        {
            TableGuid = "ktDR4ymhp2_nlfClXhwxRQ",
        });
    
    });
    
    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.GetWedataGetTableArgs;
    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 example = TencentcloudFunctions.getWedataGetTable(GetWedataGetTableArgs.builder()
                .tableGuid("ktDR4ymhp2_nlfClXhwxRQ")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: tencentcloud:getWedataGetTable
          arguments:
            tableGuid: ktDR4ymhp2_nlfClXhwxRQ
    

    Using getWedataGetTable

    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 getWedataGetTable(args: GetWedataGetTableArgs, opts?: InvokeOptions): Promise<GetWedataGetTableResult>
    function getWedataGetTableOutput(args: GetWedataGetTableOutputArgs, opts?: InvokeOptions): Output<GetWedataGetTableResult>
    def get_wedata_get_table(id: Optional[str] = None,
                             result_output_file: Optional[str] = None,
                             table_guid: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetWedataGetTableResult
    def get_wedata_get_table_output(id: Optional[pulumi.Input[str]] = None,
                             result_output_file: Optional[pulumi.Input[str]] = None,
                             table_guid: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetWedataGetTableResult]
    func GetWedataGetTable(ctx *Context, args *GetWedataGetTableArgs, opts ...InvokeOption) (*GetWedataGetTableResult, error)
    func GetWedataGetTableOutput(ctx *Context, args *GetWedataGetTableOutputArgs, opts ...InvokeOption) GetWedataGetTableResultOutput

    > Note: This function is named GetWedataGetTable in the Go SDK.

    public static class GetWedataGetTable 
    {
        public static Task<GetWedataGetTableResult> InvokeAsync(GetWedataGetTableArgs args, InvokeOptions? opts = null)
        public static Output<GetWedataGetTableResult> Invoke(GetWedataGetTableInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWedataGetTableResult> getWedataGetTable(GetWedataGetTableArgs args, InvokeOptions options)
    public static Output<GetWedataGetTableResult> getWedataGetTable(GetWedataGetTableArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getWedataGetTable:getWedataGetTable
      arguments:
        # arguments dictionary

    The following arguments are supported:

    TableGuid string
    Table GUID.
    Id string
    ResultOutputFile string
    Used to save results.
    TableGuid string
    Table GUID.
    Id string
    ResultOutputFile string
    Used to save results.
    tableGuid String
    Table GUID.
    id String
    resultOutputFile String
    Used to save results.
    tableGuid string
    Table GUID.
    id string
    resultOutputFile string
    Used to save results.
    table_guid str
    Table GUID.
    id str
    result_output_file str
    Used to save results.
    tableGuid String
    Table GUID.
    id String
    resultOutputFile String
    Used to save results.

    getWedataGetTable Result

    The following output properties are available:

    Datas List<GetWedataGetTableData>
    Data table details.
    Id string
    TableGuid string
    ResultOutputFile string
    Datas []GetWedataGetTableData
    Data table details.
    Id string
    TableGuid string
    ResultOutputFile string
    datas List<GetWedataGetTableData>
    Data table details.
    id String
    tableGuid String
    resultOutputFile String
    datas GetWedataGetTableData[]
    Data table details.
    id string
    tableGuid string
    resultOutputFile string
    datas List<Property Map>
    Data table details.
    id String
    tableGuid String
    resultOutputFile String

    Supporting Types

    GetWedataGetTableData

    BusinessMetadatas List<GetWedataGetTableDataBusinessMetadata>
    Business metadata of the table.
    CreateTime string
    Creation time.
    DatabaseName string
    Database name.
    Description string
    Data table description.
    Guid string
    Data table GUID.
    Name string
    Data table name.
    SchemaName string
    Database schema name.
    TableType string
    Table type.
    TechnicalMetadatas List<GetWedataGetTableDataTechnicalMetadata>
    Technical metadata of the table.
    UpdateTime string
    Update time.
    BusinessMetadatas []GetWedataGetTableDataBusinessMetadata
    Business metadata of the table.
    CreateTime string
    Creation time.
    DatabaseName string
    Database name.
    Description string
    Data table description.
    Guid string
    Data table GUID.
    Name string
    Data table name.
    SchemaName string
    Database schema name.
    TableType string
    Table type.
    TechnicalMetadatas []GetWedataGetTableDataTechnicalMetadata
    Technical metadata of the table.
    UpdateTime string
    Update time.
    businessMetadatas List<GetWedataGetTableDataBusinessMetadata>
    Business metadata of the table.
    createTime String
    Creation time.
    databaseName String
    Database name.
    description String
    Data table description.
    guid String
    Data table GUID.
    name String
    Data table name.
    schemaName String
    Database schema name.
    tableType String
    Table type.
    technicalMetadatas List<GetWedataGetTableDataTechnicalMetadata>
    Technical metadata of the table.
    updateTime String
    Update time.
    businessMetadatas GetWedataGetTableDataBusinessMetadata[]
    Business metadata of the table.
    createTime string
    Creation time.
    databaseName string
    Database name.
    description string
    Data table description.
    guid string
    Data table GUID.
    name string
    Data table name.
    schemaName string
    Database schema name.
    tableType string
    Table type.
    technicalMetadatas GetWedataGetTableDataTechnicalMetadata[]
    Technical metadata of the table.
    updateTime string
    Update time.
    business_metadatas Sequence[GetWedataGetTableDataBusinessMetadata]
    Business metadata of the table.
    create_time str
    Creation time.
    database_name str
    Database name.
    description str
    Data table description.
    guid str
    Data table GUID.
    name str
    Data table name.
    schema_name str
    Database schema name.
    table_type str
    Table type.
    technical_metadatas Sequence[GetWedataGetTableDataTechnicalMetadata]
    Technical metadata of the table.
    update_time str
    Update time.
    businessMetadatas List<Property Map>
    Business metadata of the table.
    createTime String
    Creation time.
    databaseName String
    Database name.
    description String
    Data table description.
    guid String
    Data table GUID.
    name String
    Data table name.
    schemaName String
    Database schema name.
    tableType String
    Table type.
    technicalMetadatas List<Property Map>
    Technical metadata of the table.
    updateTime String
    Update time.

    GetWedataGetTableDataBusinessMetadata

    TagNames List<string>
    Tag names.
    TagNames []string
    Tag names.
    tagNames List<String>
    Tag names.
    tagNames string[]
    Tag names.
    tag_names Sequence[str]
    Tag names.
    tagNames List<String>
    Tag names.

    GetWedataGetTableDataTechnicalMetadata

    Location string
    Data table location.
    Owner string
    Responsible person.
    StorageSize double
    Storage size.
    Location string
    Data table location.
    Owner string
    Responsible person.
    StorageSize float64
    Storage size.
    location String
    Data table location.
    owner String
    Responsible person.
    storageSize Double
    Storage size.
    location string
    Data table location.
    owner string
    Responsible person.
    storageSize number
    Storage size.
    location str
    Data table location.
    owner str
    Responsible person.
    storage_size float
    Storage size.
    location String
    Data table location.
    owner String
    Responsible person.
    storageSize Number
    Storage size.

    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