db_shard_group_tags
Expands all tag keys and values for db_shard_groups
in a region
Overview
Name | db_shard_group_tags |
Type | Resource |
Description | The AWS::RDS::DBShardGroup resource creates an Amazon Aurora Limitless DB Shard Group. |
Id | aws.rds.db_shard_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
db_shard_group_resource_id | string | The Amazon Web Services Region-unique, immutable identifier for the DB shard group. |
db_shard_group_identifier | string | The name of the DB shard group. |
db_cluster_identifier | string | The name of the primary DB cluster for the DB shard group. |
compute_redundancy | integer | Specifies whether to create standby instances for the DB shard group. |
max_ac_u | number | The maximum capacity of the DB shard group in Aurora capacity units (ACUs). |
min_ac_u | number | The minimum capacity of the DB shard group in Aurora capacity units (ACUs). |
publicly_accessible | boolean | Indicates whether the DB shard group is publicly accessible. |
endpoint | string | The connection endpoint for the DB shard group. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all db_shard_groups
in a region.
SELECT
region,
db_shard_group_resource_id,
db_shard_group_identifier,
db_cluster_identifier,
compute_redundancy,
max_ac_u,
min_ac_u,
publicly_accessible,
endpoint,
tag_key,
tag_value
FROM aws.rds.db_shard_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the db_shard_group_tags
resource, see db_shard_groups