Class CfnReplicationSetPropsMixin.RegionConfigurationProperty
The RegionConfiguration property specifies the Region and AWS Key Management Service key to add to the replication set.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SSMIncidents
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnReplicationSetPropsMixin.RegionConfigurationProperty : CfnReplicationSetPropsMixin.IRegionConfigurationProperty
Syntax (vb)
Public Class CfnReplicationSetPropsMixin.RegionConfigurationProperty Implements CfnReplicationSetPropsMixin.IRegionConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SSMIncidents;
var regionConfigurationProperty = new RegionConfigurationProperty {
SseKmsKeyId = "sseKmsKeyId"
};
Synopsis
Constructors
| RegionConfigurationProperty() | The |
Properties
| SseKmsKeyId | The AWS Key Management Service key ID to use to encrypt your replication set. |
Constructors
RegionConfigurationProperty()
The RegionConfiguration property specifies the Region and AWS Key Management Service key to add to the replication set.
public RegionConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SSMIncidents;
var regionConfigurationProperty = new RegionConfigurationProperty {
SseKmsKeyId = "sseKmsKeyId"
};
Properties
SseKmsKeyId
The AWS Key Management Service key ID to use to encrypt your replication set.
public string? SseKmsKeyId { get; set; }