AWS::SSMIncidents::ReplicationSet - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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