db_shard_groups_list_only
Lists db_shard_groups in a region or regions, for all properties use db_shard_groups
Overview
| Name | db_shard_groups_list_only |
| Type | Resource |
| Description | Creates a new DB shard group for Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group. Valid for: Aurora DB clusters only |
| Id | awscc.rds.db_shard_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
db_shard_group_identifier | string | The name of the DB shard group. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all db_shard_groups in a region.
SELECT
region,
db_shard_group_identifier
FROM awscc.rds.db_shard_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the db_shard_groups_list_only resource, see db_shard_groups