Skip to main content

db_shard_group_tags

Expands all tag keys and values for db_shard_groups in a region

Overview

Namedb_shard_group_tags
TypeResource
DescriptionThe AWS::RDS::DBShardGroup resource creates an Amazon Aurora Limitless DB Shard Group.
Idaws.rds.db_shard_group_tags

Fields

NameDatatypeDescription
db_shard_group_resource_idstringThe Amazon Web Services Region-unique, immutable identifier for the DB shard group.
db_shard_group_identifierstringThe name of the DB shard group.
db_cluster_identifierstringThe name of the primary DB cluster for the DB shard group.
compute_redundancyintegerSpecifies whether to create standby instances for the DB shard group.
max_ac_unumberThe maximum capacity of the DB shard group in Aurora capacity units (ACUs).
min_ac_unumberThe minimum capacity of the DB shard group in Aurora capacity units (ACUs).
publicly_accessiblebooleanIndicates whether the DB shard group is publicly accessible.
endpointstringThe connection endpoint for the DB shard group.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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