tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWedataListSchema
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of WeData list schema
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getWedataListSchema({});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_wedata_list_schema()
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.GetWedataListSchema(ctx, &tencentcloud.GetWedataListSchemaArgs{}, 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.GetWedataListSchema.Invoke();
});
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.GetWedataListSchemaArgs;
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.getWedataListSchema(GetWedataListSchemaArgs.builder()
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getWedataListSchema
arguments: {}
Using getWedataListSchema
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 getWedataListSchema(args: GetWedataListSchemaArgs, opts?: InvokeOptions): Promise<GetWedataListSchemaResult>
function getWedataListSchemaOutput(args: GetWedataListSchemaOutputArgs, opts?: InvokeOptions): Output<GetWedataListSchemaResult>def get_wedata_list_schema(catalog_name: Optional[str] = None,
database_name: Optional[str] = None,
datasource_id: Optional[float] = None,
id: Optional[str] = None,
keyword: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataListSchemaResult
def get_wedata_list_schema_output(catalog_name: Optional[pulumi.Input[str]] = None,
database_name: Optional[pulumi.Input[str]] = None,
datasource_id: Optional[pulumi.Input[float]] = None,
id: Optional[pulumi.Input[str]] = None,
keyword: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWedataListSchemaResult]func GetWedataListSchema(ctx *Context, args *GetWedataListSchemaArgs, opts ...InvokeOption) (*GetWedataListSchemaResult, error)
func GetWedataListSchemaOutput(ctx *Context, args *GetWedataListSchemaOutputArgs, opts ...InvokeOption) GetWedataListSchemaResultOutput> Note: This function is named GetWedataListSchema in the Go SDK.
public static class GetWedataListSchema
{
public static Task<GetWedataListSchemaResult> InvokeAsync(GetWedataListSchemaArgs args, InvokeOptions? opts = null)
public static Output<GetWedataListSchemaResult> Invoke(GetWedataListSchemaInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataListSchemaResult> getWedataListSchema(GetWedataListSchemaArgs args, InvokeOptions options)
public static Output<GetWedataListSchemaResult> getWedataListSchema(GetWedataListSchemaArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataListSchema:getWedataListSchema
arguments:
# arguments dictionaryThe following arguments are supported:
- Catalog
Name string - Catalog name.
- Database
Name string - Database name.
- Datasource
Id double - Data source ID.
- Id string
- Keyword string
- Database schema search keyword.
- Result
Output stringFile - Used to save results.
- Catalog
Name string - Catalog name.
- Database
Name string - Database name.
- Datasource
Id float64 - Data source ID.
- Id string
- Keyword string
- Database schema search keyword.
- Result
Output stringFile - Used to save results.
- catalog
Name String - Catalog name.
- database
Name String - Database name.
- datasource
Id Double - Data source ID.
- id String
- keyword String
- Database schema search keyword.
- result
Output StringFile - Used to save results.
- catalog
Name string - Catalog name.
- database
Name string - Database name.
- datasource
Id number - Data source ID.
- id string
- keyword string
- Database schema search keyword.
- result
Output stringFile - Used to save results.
- catalog_
name str - Catalog name.
- database_
name str - Database name.
- datasource_
id float - Data source ID.
- id str
- keyword str
- Database schema search keyword.
- result_
output_ strfile - Used to save results.
- catalog
Name String - Catalog name.
- database
Name String - Database name.
- datasource
Id Number - Data source ID.
- id String
- keyword String
- Database schema search keyword.
- result
Output StringFile - Used to save results.
getWedataListSchema Result
The following output properties are available:
- Id string
- Items
List<Get
Wedata List Schema Item> - Schema record list.
- Catalog
Name string - Database
Name string - Database name.
- Datasource
Id double - Keyword string
- Result
Output stringFile
- Id string
- Items
[]Get
Wedata List Schema Item - Schema record list.
- Catalog
Name string - Database
Name string - Database name.
- Datasource
Id float64 - Keyword string
- Result
Output stringFile
- id String
- items
List<Get
Wedata List Schema Item> - Schema record list.
- catalog
Name String - database
Name String - Database name.
- datasource
Id Double - keyword String
- result
Output StringFile
- id string
- items
Get
Wedata List Schema Item[] - Schema record list.
- catalog
Name string - database
Name string - Database name.
- datasource
Id number - keyword string
- result
Output stringFile
- id str
- items
Sequence[Get
Wedata List Schema Item] - Schema record list.
- catalog_
name str - database_
name str - Database name.
- datasource_
id float - keyword str
- result_
output_ strfile
- id String
- items List<Property Map>
- Schema record list.
- catalog
Name String - database
Name String - Database name.
- datasource
Id Number - keyword String
- result
Output StringFile
Supporting Types
GetWedataListSchemaItem
- Database
Name string - Database name.
- Guid string
- Schema GUID.
- Name string
- Schema name.
- Database
Name string - Database name.
- Guid string
- Schema GUID.
- Name string
- Schema name.
- database
Name String - Database name.
- guid String
- Schema GUID.
- name String
- Schema name.
- database
Name string - Database name.
- guid string
- Schema GUID.
- name string
- Schema name.
- database_
name str - Database name.
- guid str
- Schema GUID.
- name str
- Schema name.
- database
Name String - Database name.
- guid String
- Schema GUID.
- name String
- Schema name.
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
