tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWedataGetTable
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 dictionaryThe following arguments are supported:
- Table
Guid string - Table GUID.
- Id string
- Result
Output stringFile - Used to save results.
- Table
Guid string - Table GUID.
- Id string
- Result
Output stringFile - Used to save results.
- table
Guid String - Table GUID.
- id String
- result
Output StringFile - Used to save results.
- table
Guid string - Table GUID.
- id string
- result
Output stringFile - Used to save results.
- table_
guid str - Table GUID.
- id str
- result_
output_ strfile - Used to save results.
- table
Guid String - Table GUID.
- id String
- result
Output StringFile - Used to save results.
getWedataGetTable Result
The following output properties are available:
- Datas
List<Get
Wedata Get Table Data> - Data table details.
- Id string
- Table
Guid string - Result
Output stringFile
- Datas
[]Get
Wedata Get Table Data - Data table details.
- Id string
- Table
Guid string - Result
Output stringFile
- datas
List<Get
Wedata Get Table Data> - Data table details.
- id String
- table
Guid String - result
Output StringFile
- datas
Get
Wedata Get Table Data[] - Data table details.
- id string
- table
Guid string - result
Output stringFile
- datas
Sequence[Get
Wedata Get Table Data] - Data table details.
- id str
- table_
guid str - result_
output_ strfile
- datas List<Property Map>
- Data table details.
- id String
- table
Guid String - result
Output StringFile
Supporting Types
GetWedataGetTableData
- Business
Metadatas List<GetWedata Get Table Data Business Metadata> - Business metadata of the table.
- Create
Time string - Creation time.
- Database
Name string - Database name.
- Description string
- Data table description.
- Guid string
- Data table GUID.
- Name string
- Data table name.
- Schema
Name string - Database schema name.
- Table
Type string - Table type.
- Technical
Metadatas List<GetWedata Get Table Data Technical Metadata> - Technical metadata of the table.
- Update
Time string - Update time.
- Business
Metadatas []GetWedata Get Table Data Business Metadata - Business metadata of the table.
- Create
Time string - Creation time.
- Database
Name string - Database name.
- Description string
- Data table description.
- Guid string
- Data table GUID.
- Name string
- Data table name.
- Schema
Name string - Database schema name.
- Table
Type string - Table type.
- Technical
Metadatas []GetWedata Get Table Data Technical Metadata - Technical metadata of the table.
- Update
Time string - Update time.
- business
Metadatas List<GetWedata Get Table Data Business Metadata> - Business metadata of the table.
- create
Time String - Creation time.
- database
Name String - Database name.
- description String
- Data table description.
- guid String
- Data table GUID.
- name String
- Data table name.
- schema
Name String - Database schema name.
- table
Type String - Table type.
- technical
Metadatas List<GetWedata Get Table Data Technical Metadata> - Technical metadata of the table.
- update
Time String - Update time.
- business
Metadatas GetWedata Get Table Data Business Metadata[] - Business metadata of the table.
- create
Time string - Creation time.
- database
Name string - Database name.
- description string
- Data table description.
- guid string
- Data table GUID.
- name string
- Data table name.
- schema
Name string - Database schema name.
- table
Type string - Table type.
- technical
Metadatas GetWedata Get Table Data Technical Metadata[] - Technical metadata of the table.
- update
Time string - Update time.
- business_
metadatas Sequence[GetWedata Get Table Data Business Metadata] - 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[GetWedata Get Table Data Technical Metadata] - Technical metadata of the table.
- update_
time str - Update time.
- business
Metadatas List<Property Map> - Business metadata of the table.
- create
Time String - Creation time.
- database
Name String - Database name.
- description String
- Data table description.
- guid String
- Data table GUID.
- name String
- Data table name.
- schema
Name String - Database schema name.
- table
Type String - Table type.
- technical
Metadatas List<Property Map> - Technical metadata of the table.
- update
Time String - Update time.
GetWedataGetTableDataBusinessMetadata
- Tag
Names List<string> - Tag names.
- Tag
Names []string - Tag names.
- tag
Names List<String> - Tag names.
- tag
Names string[] - Tag names.
- tag_
names Sequence[str] - Tag names.
- tag
Names List<String> - Tag names.
GetWedataGetTableDataTechnicalMetadata
- Location string
- Data table location.
- Owner string
- Responsible person.
- Storage
Size double - Storage size.
- Location string
- Data table location.
- Owner string
- Responsible person.
- Storage
Size float64 - Storage size.
- location String
- Data table location.
- owner String
- Responsible person.
- storage
Size Double - Storage size.
- location string
- Data table location.
- owner string
- Responsible person.
- storage
Size 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.
- storage
Size Number - Storage size.
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
