interface RegionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SSMIncidents.CfnReplicationSetPropsMixin.RegionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsssmincidents#CfnReplicationSetPropsMixin_RegionConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ssmincidents.CfnReplicationSetPropsMixin.RegionConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_ssmincidents.CfnReplicationSetPropsMixin.RegionConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ssmincidents » CfnReplicationSetPropsMixin » 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/cfn-property-mixins';
const regionConfigurationProperty: ssmincidents.CfnReplicationSetPropsMixin.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
(optional)
The AWS Key Management Service key ID to use to encrypt your replication set.

.NET
Go
Java
Python
TypeScript