replication_set
Gets an individual replication_set
resource
Overview
Name | replication_set |
Type | Resource |
Description | replication_set |
Id | awscc.ssmincidents.replication_set |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the ReplicationSet. |
regions | array | The ReplicationSet configuration. |
deletion_protected | boolean | |
tags | array | The tags to apply to the replication set. |
region | string | AWS 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