Skip to main content

replication_sets_list_only

Lists replication_sets in a region or regions, for all properties use replication_sets

Overview

Namereplication_sets_list_only
TypeResource
DescriptionResource type definition for AWS::SSMIncidents::ReplicationSet
Idaws.ssmincidents.replication_sets_list_only

Fields

NameDatatypeDescription
arnstringThe ARN of the ReplicationSet.
regionsarrayThe ReplicationSet configuration.
deletion_protectedbooleanConfigures the ReplicationSet deletion protection.
tagsarrayThe tags to apply to the replication set.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all replication_sets in a region.

SELECT
region,
arn
FROM aws.ssmincidents.replication_sets_list_only
WHERE region = 'us-east-1';

Permissions

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