interface RegionConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.SSMIncidents.CfnReplicationSet.RegionConfigurationProperty | 
|  Java | software.amazon.awscdk.services.ssmincidents.CfnReplicationSet.RegionConfigurationProperty | 
|  Python | aws_cdk.aws_ssmincidents.CfnReplicationSet.RegionConfigurationProperty | 
|  TypeScript | @aws-cdk/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 * as ssmincidents from '@aws-cdk/aws-ssmincidents';
const regionConfigurationProperty: ssmincidents.CfnReplicationSet.RegionConfigurationProperty = {
  sseKmsKeyId: 'sseKmsKeyId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| sse | string | The KMS key ID to use to encrypt your replication set. | 
sseKmsKeyId
Type:
string
The KMS key ID to use to encrypt your replication set.
