tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getDcdbDatabaseTables
Start a Neo task
Explain and create a tencentcloud.getDcdbDatabaseTables resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of dcdb database_tables
Using getDcdbDatabaseTables
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 getDcdbDatabaseTables(args: GetDcdbDatabaseTablesArgs, opts?: InvokeOptions): Promise<GetDcdbDatabaseTablesResult>
function getDcdbDatabaseTablesOutput(args: GetDcdbDatabaseTablesOutputArgs, opts?: InvokeOptions): Output<GetDcdbDatabaseTablesResult>def get_dcdb_database_tables(db_name: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
result_output_file: Optional[str] = None,
table: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDcdbDatabaseTablesResult
def get_dcdb_database_tables_output(db_name: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
table: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDcdbDatabaseTablesResult]func GetDcdbDatabaseTables(ctx *Context, args *GetDcdbDatabaseTablesArgs, opts ...InvokeOption) (*GetDcdbDatabaseTablesResult, error)
func GetDcdbDatabaseTablesOutput(ctx *Context, args *GetDcdbDatabaseTablesOutputArgs, opts ...InvokeOption) GetDcdbDatabaseTablesResultOutput> Note: This function is named GetDcdbDatabaseTables in the Go SDK.
public static class GetDcdbDatabaseTables
{
public static Task<GetDcdbDatabaseTablesResult> InvokeAsync(GetDcdbDatabaseTablesArgs args, InvokeOptions? opts = null)
public static Output<GetDcdbDatabaseTablesResult> Invoke(GetDcdbDatabaseTablesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDcdbDatabaseTablesResult> getDcdbDatabaseTables(GetDcdbDatabaseTablesArgs args, InvokeOptions options)
public static Output<GetDcdbDatabaseTablesResult> getDcdbDatabaseTables(GetDcdbDatabaseTablesArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getDcdbDatabaseTables:getDcdbDatabaseTables
arguments:
# arguments dictionaryThe following arguments are supported:
- Db
Name string - Database name, obtained through the DescribeDatabases api.
- Instance
Id string - The ID of instance.
- Table string
- Table name, obtained through the DescribeDatabaseObjects api.
- Id string
- Result
Output stringFile - Used to save results.
- Db
Name string - Database name, obtained through the DescribeDatabases api.
- Instance
Id string - The ID of instance.
- Table string
- Table name, obtained through the DescribeDatabaseObjects api.
- Id string
- Result
Output stringFile - Used to save results.
- db
Name String - Database name, obtained through the DescribeDatabases api.
- instance
Id String - The ID of instance.
- table String
- Table name, obtained through the DescribeDatabaseObjects api.
- id String
- result
Output StringFile - Used to save results.
- db
Name string - Database name, obtained through the DescribeDatabases api.
- instance
Id string - The ID of instance.
- table string
- Table name, obtained through the DescribeDatabaseObjects api.
- id string
- result
Output stringFile - Used to save results.
- db_
name str - Database name, obtained through the DescribeDatabases api.
- instance_
id str - The ID of instance.
- table str
- Table name, obtained through the DescribeDatabaseObjects api.
- id str
- result_
output_ strfile - Used to save results.
- db
Name String - Database name, obtained through the DescribeDatabases api.
- instance
Id String - The ID of instance.
- table String
- Table name, obtained through the DescribeDatabaseObjects api.
- id String
- result
Output StringFile - Used to save results.
getDcdbDatabaseTables Result
The following output properties are available:
- Cols
List<Get
Dcdb Database Tables Col> - Column information.
- Db
Name string - Id string
- Instance
Id string - Table string
- Result
Output stringFile
- Cols
[]Get
Dcdb Database Tables Col - Column information.
- Db
Name string - Id string
- Instance
Id string - Table string
- Result
Output stringFile
- cols
List<Get
Dcdb Database Tables Col> - Column information.
- db
Name String - id String
- instance
Id String - table String
- result
Output StringFile
- cols
Get
Dcdb Database Tables Col[] - Column information.
- db
Name string - id string
- instance
Id string - table string
- result
Output stringFile
- cols
Sequence[Get
Dcdb Database Tables Col] - Column information.
- db_
name str - id str
- instance_
id str - table str
- result_
output_ strfile
- cols List<Property Map>
- Column information.
- db
Name String - id String
- instance
Id String - table String
- result
Output StringFile
Supporting Types
GetDcdbDatabaseTablesCol
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
