AWS::SSMIncidents::ReplicationSetThe `AWS::SSMIncidents::ReplicationSet` resource specifies a set of AWS Regions that Incident Manager data is replicated to and the AWS Key Management Service ( AWS key used to encrypt the data.
import { CfnReplicationSet } from 'aws-cdk-lib/aws-ssmincidents';Or use the module namespace:
import * as ssmincidents from 'aws-cdk-lib/aws-ssmincidents';
// ssmincidents.CfnReplicationSetConfiguration passed to the constructor as CfnReplicationSetProps.
regionsRequiredIResolvable | IResolvable | ReplicationRegionProperty[]Specifies the Regions of the replication set.
deletionProtectedOptionalboolean | IResolvableDetermines 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.
tagsOptionalCfnTag[]A list of tags to add to the replication set.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-ssmincidentsAWS::SSMIncidents::ReplicationSet