AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SSMIncidents::ReplicationSet

CfnReplicationSet

The `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

import { CfnReplicationSet } from 'aws-cdk-lib/aws-ssmincidents';

Or use the module namespace:

import * as ssmincidents from 'aws-cdk-lib/aws-ssmincidents';
// ssmincidents.CfnReplicationSet

Properties

Configuration passed to the constructor as CfnReplicationSetProps.

regionsRequired
IResolvable | IResolvable | ReplicationRegionProperty[]

Specifies the Regions of the replication set.

deletionProtectedOptional
boolean | IResolvable

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.

tagsOptional
CfnTag[]

A list of tags to add to the replication set.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-ssmincidents
CFN TypeAWS::SSMIncidents::ReplicationSet
Properties3

Related Constructs

External Links