AWS::SSMIncidents::ReplicationSetResource type definition for AWS::SSMIncidents::ReplicationSet
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Regions | array | Required |
DeletionProtected | boolean | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the ReplicationSet. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSMIncidents::ReplicationSet
Resources:
MyResource:
Type: AWS::SSMIncidents::ReplicationSet
Properties:
Regions: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ssm-incidents:CreateReplicationSetssm-incidents:ListReplicationSetsssm-incidents:UpdateDeletionProtectionssm-incidents:GetReplicationSetssm-incidents:TagResourcessm-incidents:ListTagsForResourceiam:CreateServiceLinkedRolessm-incidents:ListReplicationSetsssm-incidents:GetReplicationSetssm-incidents:ListTagsForResourcessm-incidents:UpdateReplicationSetssm-incidents:UpdateDeletionProtectionssm-incidents:GetReplicationSetssm-incidents:TagResourcessm-incidents:UntagResourcessm-incidents:ListTagsForResourcessm-incidents:DeleteReplicationSetssm-incidents:GetReplicationSetssm-incidents:ListReplicationSetsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn