interface RegionConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.SSMIncidents.CfnReplicationSet.RegionConfigurationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsssmincidents#CfnReplicationSet_RegionConfigurationProperty | 
|  Java | software.amazon.awscdk.services.ssmincidents.CfnReplicationSet.RegionConfigurationProperty | 
|  Python | aws_cdk.aws_ssmincidents.CfnReplicationSet.RegionConfigurationProperty | 
|  TypeScript | aws-cdk-lib»aws_ssmincidents»CfnReplicationSet»RegionConfigurationProperty | 
The RegionConfiguration property specifies the Region and AWS Key Management Service 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
| Name | Type | Description | 
|---|---|---|
| sse | string | The AWS Key Management Service key ID to use to encrypt your replication set. | 
sseKmsKeyId
Type:
string
The AWS Key Management Service key ID to use to encrypt your replication set.
