tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
tencentcloud.getTcaplusTablegroups
Explore with Pulumi AI
tencentcloud 1.81.183 published on Wednesday, Apr 16, 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string - Create time of the table group..
- Table
Count This property is required. double - Number of tables.
- Tablegroup
Id This property is required. string - Id of the table group to be query.
- Tablegroup
Name This property is required. string - Name of the table group to be query.
- Total
Size This property is required. double - Total storage size (MB).
- Create
Time This property is required. string - Create time of the table group..
- Table
Count This property is required. float64 - Number of tables.
- Tablegroup
Id This property is required. string - Id of the table group to be query.
- Tablegroup
Name This property is required. string - Name of the table group to be query.
- Total
Size This property is required. float64 - Total storage size (MB).
- create
Time This property is required. String - Create time of the table group..
- table
Count This property is required. Double - Number of tables.
- tablegroup
Id This property is required. String - Id of the table group to be query.
- tablegroup
Name This property is required. String - Name of the table group to be query.
- total
Size This property is required. Double - Total storage size (MB).
- create
Time This property is required. string - Create time of the table group..
- table
Count This property is required. number - Number of tables.
- tablegroup
Id This property is required. string - Id of the table group to be query.
- tablegroup
Name This property is required. string - Name of the table group to be query.
- total
Size This property is required. number - Total storage size (MB).
- create_
time This property is required. str - Create time of the table group..
- table_
count This property is required. float - Number of tables.
- tablegroup_
id This property is required. str - Id of the table group to be query.
- tablegroup_
name This property is required. str - Name of the table group to be query.
- total_
size This property is required. float - Total storage size (MB).
- create
Time This property is required. String - Create time of the table group..
- table
Count This property is required. Number - Number of tables.
- tablegroup
Id This property is required. String - Id of the table group to be query.
- tablegroup
Name This property is required. String - Name of the table group to be query.
- total
Size This property is required. 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.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack