aws-cdk-lib.aws_ssmincidents.CfnReplicationSet.ReplicationRegionProperty

interface ReplicationRegionProperty

LanguageType name
.NETAmazon.CDK.AWS.SSMIncidents.CfnReplicationSet.ReplicationRegionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsssmincidents#CfnReplicationSet_ReplicationRegionProperty
Javasoftware.amazon.awscdk.services.ssmincidents.CfnReplicationSet.ReplicationRegionProperty
Pythonaws_cdk.aws_ssmincidents.CfnReplicationSet.ReplicationRegionProperty
TypeScript aws-cdk-lib » aws_ssmincidents » CfnReplicationSet » ReplicationRegionProperty

The ReplicationRegion property type specifies the Region and KMS key to add to the replication set.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssmincidents as ssmincidents } from 'aws-cdk-lib';
const replicationRegionProperty: ssmincidents.CfnReplicationSet.ReplicationRegionProperty = {
  regionConfiguration: {
    sseKmsKeyId: 'sseKmsKeyId',
  },
  regionName: 'regionName',
};

Properties

NameTypeDescription
regionConfiguration?IResolvable | RegionConfigurationPropertySpecifies the Region configuration.
regionName?stringSpecifies the region name to add to the replication set.

regionConfiguration?

Type: IResolvable | RegionConfigurationProperty (optional)

Specifies the Region configuration.


regionName?

Type: string (optional)

Specifies the region name to add to the replication set.