Skip to main content

replication_sets

Retrieves a list of replication_sets in a region

Overview

Namereplication_sets
TypeResource
Descriptionreplication_sets
Idawscc.ssmincidents.replication_sets

Fields

NameDatatypeDescription
arnundefinedThe ARN of the ReplicationSet.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.ssmincidents.replication_sets
WHERE region = 'us-east-1'

Permissions

To operate on the replication_sets resource, the following permissions are required:

Create

ssm-incidents:CreateReplicationSet,
ssm-incidents:ListReplicationSets,
ssm-incidents:UpdateDeletionProtection,
ssm-incidents:GetReplicationSet,
ssm-incidents:TagResource,
ssm-incidents:ListTagsForResource,
iam:CreateServiceLinkedRole

List

ssm-incidents:ListReplicationSets