Show / Hide Table of Contents

Class CfnReplicationSetPropsMixin.RegionConfigurationProperty

The RegionConfiguration property specifies the Region and AWS Key Management Service key to add to the replication set.

Inheritance
object
CfnReplicationSetPropsMixin.RegionConfigurationProperty
Implements
CfnReplicationSetPropsMixin.IRegionConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmincidents-replicationset-regionconfiguration.html

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 RegionConfiguration property specifies the Region and AWS Key Management Service key to add to the replication set.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmincidents-replicationset-regionconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmincidents-replicationset-regionconfiguration.html#cfn-ssmincidents-replicationset-regionconfiguration-ssekmskeyid

Implements

CfnReplicationSetPropsMixin.IRegionConfigurationProperty
Back to top Generated by DocFX