Skip to main content

replication_set_tags

Expands all tag keys and values for replication_sets in a region

Overview

Namereplication_set_tags
TypeResource
DescriptionResource type definition for AWS::SSMIncidents::ReplicationSet
Idaws.ssmincidents.replication_set_tags

Fields

NameDatatypeDescription
arnstringThe ARN of the ReplicationSet.
regionsarrayThe ReplicationSet configuration.
deletion_protectedbooleanConfigures the ReplicationSet deletion protection.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all replication_sets in a region.

SELECT
region,
arn,
regions,
deletion_protected,
tag_key,
tag_value
FROM aws.ssmincidents.replication_set_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the replication_set_tags resource, see replication_sets