tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getTcaplusTablegroups
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Use this data source to query table groups of the TcaplusDB cluster.
Using getTcaplusTablegroups
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 getTcaplusTablegroups(args: GetTcaplusTablegroupsArgs, opts?: InvokeOptions): Promise<GetTcaplusTablegroupsResult>
function getTcaplusTablegroupsOutput(args: GetTcaplusTablegroupsOutputArgs, opts?: InvokeOptions): Output<GetTcaplusTablegroupsResult>
def get_tcaplus_tablegroups(cluster_id: Optional[str] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
tablegroup_id: Optional[str] = None,
tablegroup_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTcaplusTablegroupsResult
def get_tcaplus_tablegroups_output(cluster_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
tablegroup_id: Optional[pulumi.Input[str]] = None,
tablegroup_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTcaplusTablegroupsResult]
func GetTcaplusTablegroups(ctx *Context, args *GetTcaplusTablegroupsArgs, opts ...InvokeOption) (*GetTcaplusTablegroupsResult, error)
func GetTcaplusTablegroupsOutput(ctx *Context, args *GetTcaplusTablegroupsOutputArgs, opts ...InvokeOption) GetTcaplusTablegroupsResultOutput
> Note: This function is named GetTcaplusTablegroups
in the Go SDK.
public static class GetTcaplusTablegroups
{
public static Task<GetTcaplusTablegroupsResult> InvokeAsync(GetTcaplusTablegroupsArgs args, InvokeOptions? opts = null)
public static Output<GetTcaplusTablegroupsResult> Invoke(GetTcaplusTablegroupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTcaplusTablegroupsResult> getTcaplusTablegroups(GetTcaplusTablegroupsArgs args, InvokeOptions options)
public static Output<GetTcaplusTablegroupsResult> getTcaplusTablegroups(GetTcaplusTablegroupsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getTcaplusTablegroups:getTcaplusTablegroups
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Id string - Id of the TcaplusDB cluster to be query.
- Id string
- Result
Output stringFile - File for saving results.
- Tablegroup
Id string - Id of the table group to be query.
- Tablegroup
Name string - Name of the table group to be query.
- Cluster
Id string - Id of the TcaplusDB cluster to be query.
- Id string
- Result
Output stringFile - File for saving results.
- Tablegroup
Id string - Id of the table group to be query.
- Tablegroup
Name string - Name of the table group to be query.
- cluster
Id String - Id of the TcaplusDB cluster to be query.
- id String
- result
Output StringFile - File for saving results.
- tablegroup
Id String - Id of the table group to be query.
- tablegroup
Name String - Name of the table group to be query.
- cluster
Id string - Id of the TcaplusDB cluster to be query.
- id string
- result
Output stringFile - File for saving results.
- tablegroup
Id string - Id of the table group to be query.
- tablegroup
Name string - Name of the table group to be query.
- cluster_
id str - Id of the TcaplusDB cluster to be query.
- id str
- result_
output_ strfile - File for saving results.
- tablegroup_
id str - Id of the table group to be query.
- tablegroup_
name str - Name of the table group to be query.
- cluster
Id String - Id of the TcaplusDB cluster to be query.
- id String
- result
Output StringFile - File for saving results.
- tablegroup
Id String - Id of the table group to be query.
- tablegroup
Name String - Name of the table group to be query.
getTcaplusTablegroups Result
The following output properties are available:
- Cluster
Id string - Id string
- Lists
List<Get
Tcaplus Tablegroups List> - A list of table group. Each element contains the following attributes.
- Result
Output stringFile - Tablegroup
Id string - Id of the table group.
- Tablegroup
Name string - Name of the table group.
- Cluster
Id string - Id string
- Lists
[]Get
Tcaplus Tablegroups List - A list of table group. Each element contains the following attributes.
- Result
Output stringFile - Tablegroup
Id string - Id of the table group.
- Tablegroup
Name string - Name of the table group.
- cluster
Id String - id String
- lists
List<Get
Tcaplus Tablegroups List> - A list of table group. Each element contains the following attributes.
- result
Output StringFile - tablegroup
Id String - Id of the table group.
- tablegroup
Name String - Name of the table group.
- cluster
Id string - id string
- lists
Get
Tcaplus Tablegroups List[] - A list of table group. Each element contains the following attributes.
- result
Output stringFile - tablegroup
Id string - Id of the table group.
- tablegroup
Name string - Name of the table group.
- cluster_
id str - id str
- lists
Sequence[Get
Tcaplus Tablegroups List] - A list of table group. Each element contains the following attributes.
- result_
output_ strfile - tablegroup_
id str - Id of the table group.
- tablegroup_
name str - Name of the table group.
- cluster
Id String - id String
- lists List<Property Map>
- A list of table group. Each element contains the following attributes.
- result
Output StringFile - tablegroup
Id String - Id of the table group.
- tablegroup
Name String - Name of the table group.
Supporting Types
GetTcaplusTablegroupsList
- Create
Time string - Create time of the table group..
- Table
Count double - Number of tables.
- Tablegroup
Id string - Id of the table group to be query.
- Tablegroup
Name string - Name of the table group to be query.
- Total
Size double - Total storage size (MB).
- Create
Time string - Create time of the table group..
- Table
Count float64 - Number of tables.
- Tablegroup
Id string - Id of the table group to be query.
- Tablegroup
Name string - Name of the table group to be query.
- Total
Size float64 - Total storage size (MB).
- create
Time String - Create time of the table group..
- table
Count Double - Number of tables.
- tablegroup
Id String - Id of the table group to be query.
- tablegroup
Name String - Name of the table group to be query.
- total
Size Double - Total storage size (MB).
- create
Time string - Create time of the table group..
- table
Count number - Number of tables.
- tablegroup
Id string - Id of the table group to be query.
- tablegroup
Name string - Name of the table group to be query.
- total
Size number - Total storage size (MB).
- create_
time str - Create time of the table group..
- table_
count float - Number of tables.
- tablegroup_
id str - Id of the table group to be query.
- tablegroup_
name str - Name of the table group to be query.
- total_
size float - Total storage size (MB).
- create
Time String - Create time of the table group..
- table
Count Number - Number of tables.
- tablegroup
Id String - Id of the table group to be query.
- tablegroup
Name String - Name of the table group to be query.
- total
Size Number - Total storage size (MB).
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack