Show / Hide Table of Contents

Interface IReplicaRegion

Secret replica region.

Namespace: Amazon.CDK.AWS.SecretsManager
Assembly: Amazon.CDK.AWS.SecretsManager.dll
Syntax (csharp)
public interface IReplicaRegion
Syntax (vb)
Public Interface IReplicaRegion
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.AWS.KMS;
using Amazon.CDK.AWS.SecretsManager;

Key key;

var replicaRegion = new ReplicaRegion {
    Region = "region",

    // the properties below are optional
    EncryptionKey = key
};

Synopsis

Properties

EncryptionKey

The customer-managed encryption key to use for encrypting the secret value.

Region

The name of the region.

Properties

EncryptionKey

The customer-managed encryption key to use for encrypting the secret value.

virtual IKey EncryptionKey { get; }
Property Value

IKey

Remarks

Default: - A default KMS key for the account and region is used.

Region

The name of the region.

string Region { get; }
Property Value

System.String

Back to top Generated by DocFX