replication_set_tags
Expands all tag keys and values for replication_sets
in a region
Overview
Name | replication_set_tags |
Type | Resource |
Description | Resource type definition for AWS::SSMIncidents::ReplicationSet |
Id | aws.ssmincidents.replication_set_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the ReplicationSet. |
regions | array | The ReplicationSet configuration. |
deletion_protected | boolean | Configures the ReplicationSet deletion protection. |
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 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