AWS::SSMIncidents::ReplicationSet
The AWS::SSMIncidents::ReplicationSet
resource specifies a set of Regions
that Incident Manager data is replicated to and the KMS key used to encrypt
the data.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SSMIncidents::ReplicationSet", "Properties" : { "DeletionProtected" :
Boolean
, "Regions" :[ ReplicationRegion, ... ]
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::SSMIncidents::ReplicationSet Properties: DeletionProtected:
Boolean
Regions:- ReplicationRegion
Tags:- Tag
Properties
DeletionProtected
-
Determines if the replication set deletion protection is enabled or not. If deletion protection is enabled, you can't delete the last Region in the replication set.
Required: No
Type: Boolean
Update requires: No interruption
Regions
-
Specifies the Regions of the replication set.
Required: Yes
Type: List of ReplicationRegion
Update requires: No interruption
Tags
-
A list of tags to add to the replication set.
Required: No
Type: List of Tag
Update requires: No interruption