Skip to main content

replication_set

Gets an individual replication_set resource

Overview

Namereplication_set
TypeResource
Descriptionreplication_set
Idawscc.ssmincidents.replication_set

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
regions,
deletion_protected,
tags
FROM awscc.ssmincidents.replication_set
WHERE data__Identifier = '<Arn>';

Permissions

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

Read

ssm-incidents:ListReplicationSets,
ssm-incidents:GetReplicationSet,
ssm-incidents:ListTagsForResource

Update

ssm-incidents:UpdateReplicationSet,
ssm-incidents:UpdateDeletionProtection,
ssm-incidents:GetReplicationSet,
ssm-incidents:TagResource,
ssm-incidents:UntagResource,
ssm-incidents:ListTagsForResource

Delete

ssm-incidents:DeleteReplicationSet,
ssm-incidents:GetReplicationSet