replication_sets_list_only
Lists replication_sets
in a region or regions, for all properties use replication_sets
Overview
Name | replication_sets_list_only |
Type | Resource |
Description | Resource type definition for AWS::SSMIncidents::ReplicationSet |
Id | aws.ssmincidents.replication_sets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the ReplicationSet. |
regions | array | The ReplicationSet configuration. |
deletion_protected | boolean | Configures the ReplicationSet deletion protection. |
tags | array | The tags to apply to the replication set. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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