Show / Hide Table of Contents

Interface IReplicaKeyReference

A reference to a ReplicaKey resource.

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

            var replicaKeyReference = new ReplicaKeyReference {
                KeyId = "keyId",
                ReplicaKeyArn = "replicaKeyArn"
            };

Synopsis

Properties

KeyId

The KeyId of the ReplicaKey resource.

ReplicaKeyArn

The ARN of the ReplicaKey resource.

Properties

KeyId

The KeyId of the ReplicaKey resource.

string KeyId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

ReplicaKeyArn

The ARN of the ReplicaKey resource.

string ReplicaKeyArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX