aws-cdk-lib.aws_ssmincidents.CfnReplicationSet.RegionConfigurationProperty

interface RegionConfigurationProperty

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

The RegionConfiguration property 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 regionConfigurationProperty: ssmincidents.CfnReplicationSet.RegionConfigurationProperty = {
  sseKmsKeyId: 'sseKmsKeyId',
};

Properties

NameTypeDescription
sseKmsKeyIdstringThe KMS key ID to use to encrypt your replication set.

sseKmsKeyId

Type: string

The KMS key ID to use to encrypt your replication set.