1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getTcaplusTables
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getTcaplusTables

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Use this data source to query TcaplusDB tables.

    Using getTcaplusTables

    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 getTcaplusTables(args: GetTcaplusTablesArgs, opts?: InvokeOptions): Promise<GetTcaplusTablesResult>
    function getTcaplusTablesOutput(args: GetTcaplusTablesOutputArgs, opts?: InvokeOptions): Output<GetTcaplusTablesResult>
    def get_tcaplus_tables(cluster_id: Optional[str] = None,
                           id: Optional[str] = None,
                           result_output_file: Optional[str] = None,
                           table_id: Optional[str] = None,
                           table_name: Optional[str] = None,
                           tablegroup_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetTcaplusTablesResult
    def get_tcaplus_tables_output(cluster_id: Optional[pulumi.Input[str]] = None,
                           id: Optional[pulumi.Input[str]] = None,
                           result_output_file: Optional[pulumi.Input[str]] = None,
                           table_id: Optional[pulumi.Input[str]] = None,
                           table_name: Optional[pulumi.Input[str]] = None,
                           tablegroup_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetTcaplusTablesResult]
    func GetTcaplusTables(ctx *Context, args *GetTcaplusTablesArgs, opts ...InvokeOption) (*GetTcaplusTablesResult, error)
    func GetTcaplusTablesOutput(ctx *Context, args *GetTcaplusTablesOutputArgs, opts ...InvokeOption) GetTcaplusTablesResultOutput

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

    public static class GetTcaplusTables 
    {
        public static Task<GetTcaplusTablesResult> InvokeAsync(GetTcaplusTablesArgs args, InvokeOptions? opts = null)
        public static Output<GetTcaplusTablesResult> Invoke(GetTcaplusTablesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTcaplusTablesResult> getTcaplusTables(GetTcaplusTablesArgs args, InvokeOptions options)
    public static Output<GetTcaplusTablesResult> getTcaplusTables(GetTcaplusTablesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getTcaplusTables:getTcaplusTables
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterId string
    ID of the TcaplusDB cluster to be query.
    Id string
    ResultOutputFile string
    File for saving results.
    TableId string
    Table ID to be query.
    TableName string
    Table name to be query.
    TablegroupId string
    ID of the table group to be query.
    ClusterId string
    ID of the TcaplusDB cluster to be query.
    Id string
    ResultOutputFile string
    File for saving results.
    TableId string
    Table ID to be query.
    TableName string
    Table name to be query.
    TablegroupId string
    ID of the table group to be query.
    clusterId String
    ID of the TcaplusDB cluster to be query.
    id String
    resultOutputFile String
    File for saving results.
    tableId String
    Table ID to be query.
    tableName String
    Table name to be query.
    tablegroupId String
    ID of the table group to be query.
    clusterId string
    ID of the TcaplusDB cluster to be query.
    id string
    resultOutputFile string
    File for saving results.
    tableId string
    Table ID to be query.
    tableName string
    Table name to be query.
    tablegroupId string
    ID of the table group to be query.
    cluster_id str
    ID of the TcaplusDB cluster to be query.
    id str
    result_output_file str
    File for saving results.
    table_id str
    Table ID to be query.
    table_name str
    Table name to be query.
    tablegroup_id str
    ID of the table group to be query.
    clusterId String
    ID of the TcaplusDB cluster to be query.
    id String
    resultOutputFile String
    File for saving results.
    tableId String
    Table ID to be query.
    tableName String
    Table name to be query.
    tablegroupId String
    ID of the table group to be query.

    getTcaplusTables Result

    The following output properties are available:

    ClusterId string
    Id string
    Lists List<GetTcaplusTablesList>
    A list of TcaplusDB tables. Each element contains the following attributes.
    ResultOutputFile string
    TableId string
    ID of the TcaplusDB table.
    TableName string
    Name of the TcaplusDB table.
    TablegroupId string
    Table group id of the TcaplusDB table.
    ClusterId string
    Id string
    Lists []GetTcaplusTablesList
    A list of TcaplusDB tables. Each element contains the following attributes.
    ResultOutputFile string
    TableId string
    ID of the TcaplusDB table.
    TableName string
    Name of the TcaplusDB table.
    TablegroupId string
    Table group id of the TcaplusDB table.
    clusterId String
    id String
    lists List<GetTcaplusTablesList>
    A list of TcaplusDB tables. Each element contains the following attributes.
    resultOutputFile String
    tableId String
    ID of the TcaplusDB table.
    tableName String
    Name of the TcaplusDB table.
    tablegroupId String
    Table group id of the TcaplusDB table.
    clusterId string
    id string
    lists GetTcaplusTablesList[]
    A list of TcaplusDB tables. Each element contains the following attributes.
    resultOutputFile string
    tableId string
    ID of the TcaplusDB table.
    tableName string
    Name of the TcaplusDB table.
    tablegroupId string
    Table group id of the TcaplusDB table.
    cluster_id str
    id str
    lists Sequence[GetTcaplusTablesList]
    A list of TcaplusDB tables. Each element contains the following attributes.
    result_output_file str
    table_id str
    ID of the TcaplusDB table.
    table_name str
    Name of the TcaplusDB table.
    tablegroup_id str
    Table group id of the TcaplusDB table.
    clusterId String
    id String
    lists List<Property Map>
    A list of TcaplusDB tables. Each element contains the following attributes.
    resultOutputFile String
    tableId String
    ID of the TcaplusDB table.
    tableName String
    Name of the TcaplusDB table.
    tablegroupId String
    Table group id of the TcaplusDB table.

    Supporting Types

    GetTcaplusTablesList

    CreateTime string
    Create time of the TcaplusDB table.
    Description string
    Description of the TcaplusDB table.
    Error string
    Error message for creating TcaplusDB table.
    IdlId string
    IDL file id of the TcaplusDB table.
    ReservedReadCu double
    Reserved read capacity units of the TcaplusDB table.
    ReservedVolume double
    Reserved storage capacity of the TcaplusDB table (unit:GB).
    ReservedWriteCu double
    Reserved write capacity units of the TcaplusDB table.
    Status string
    Status of the TcaplusDB table.
    TableId string
    Table ID to be query.
    TableIdlType string
    IDL type of the TcaplusDB table.
    TableName string
    Table name to be query.
    TableSize double
    Size of the TcaplusDB table.
    TableType string
    Type of the TcaplusDB table.
    TablegroupId string
    ID of the table group to be query.
    CreateTime string
    Create time of the TcaplusDB table.
    Description string
    Description of the TcaplusDB table.
    Error string
    Error message for creating TcaplusDB table.
    IdlId string
    IDL file id of the TcaplusDB table.
    ReservedReadCu float64
    Reserved read capacity units of the TcaplusDB table.
    ReservedVolume float64
    Reserved storage capacity of the TcaplusDB table (unit:GB).
    ReservedWriteCu float64
    Reserved write capacity units of the TcaplusDB table.
    Status string
    Status of the TcaplusDB table.
    TableId string
    Table ID to be query.
    TableIdlType string
    IDL type of the TcaplusDB table.
    TableName string
    Table name to be query.
    TableSize float64
    Size of the TcaplusDB table.
    TableType string
    Type of the TcaplusDB table.
    TablegroupId string
    ID of the table group to be query.
    createTime String
    Create time of the TcaplusDB table.
    description String
    Description of the TcaplusDB table.
    error String
    Error message for creating TcaplusDB table.
    idlId String
    IDL file id of the TcaplusDB table.
    reservedReadCu Double
    Reserved read capacity units of the TcaplusDB table.
    reservedVolume Double
    Reserved storage capacity of the TcaplusDB table (unit:GB).
    reservedWriteCu Double
    Reserved write capacity units of the TcaplusDB table.
    status String
    Status of the TcaplusDB table.
    tableId String
    Table ID to be query.
    tableIdlType String
    IDL type of the TcaplusDB table.
    tableName String
    Table name to be query.
    tableSize Double
    Size of the TcaplusDB table.
    tableType String
    Type of the TcaplusDB table.
    tablegroupId String
    ID of the table group to be query.
    createTime string
    Create time of the TcaplusDB table.
    description string
    Description of the TcaplusDB table.
    error string
    Error message for creating TcaplusDB table.
    idlId string
    IDL file id of the TcaplusDB table.
    reservedReadCu number
    Reserved read capacity units of the TcaplusDB table.
    reservedVolume number
    Reserved storage capacity of the TcaplusDB table (unit:GB).
    reservedWriteCu number
    Reserved write capacity units of the TcaplusDB table.
    status string
    Status of the TcaplusDB table.
    tableId string
    Table ID to be query.
    tableIdlType string
    IDL type of the TcaplusDB table.
    tableName string
    Table name to be query.
    tableSize number
    Size of the TcaplusDB table.
    tableType string
    Type of the TcaplusDB table.
    tablegroupId string
    ID of the table group to be query.
    create_time str
    Create time of the TcaplusDB table.
    description str
    Description of the TcaplusDB table.
    error str
    Error message for creating TcaplusDB table.
    idl_id str
    IDL file id of the TcaplusDB table.
    reserved_read_cu float
    Reserved read capacity units of the TcaplusDB table.
    reserved_volume float
    Reserved storage capacity of the TcaplusDB table (unit:GB).
    reserved_write_cu float
    Reserved write capacity units of the TcaplusDB table.
    status str
    Status of the TcaplusDB table.
    table_id str
    Table ID to be query.
    table_idl_type str
    IDL type of the TcaplusDB table.
    table_name str
    Table name to be query.
    table_size float
    Size of the TcaplusDB table.
    table_type str
    Type of the TcaplusDB table.
    tablegroup_id str
    ID of the table group to be query.
    createTime String
    Create time of the TcaplusDB table.
    description String
    Description of the TcaplusDB table.
    error String
    Error message for creating TcaplusDB table.
    idlId String
    IDL file id of the TcaplusDB table.
    reservedReadCu Number
    Reserved read capacity units of the TcaplusDB table.
    reservedVolume Number
    Reserved storage capacity of the TcaplusDB table (unit:GB).
    reservedWriteCu Number
    Reserved write capacity units of the TcaplusDB table.
    status String
    Status of the TcaplusDB table.
    tableId String
    Table ID to be query.
    tableIdlType String
    IDL type of the TcaplusDB table.
    tableName String
    Table name to be query.
    tableSize Number
    Size of the TcaplusDB table.
    tableType String
    Type of the TcaplusDB table.
    tablegroupId String
    ID of the table group to be query.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack