replication_sets
Retrieves a list of replication_sets
in a region
Overview
Name | replication_sets |
Type | Resource |
Description | replication_sets |
Id | awscc.ssmincidents.replication_sets |
Fields
Name | Datatype | Description |
---|---|---|
arn | undefined | The ARN of the ReplicationSet. |
region | string | AWS 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