interface ReplicaKeyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KMS.ReplicaKeyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskms#ReplicaKeyReference |
![]() | software.amazon.awscdk.services.kms.ReplicaKeyReference |
![]() | aws_cdk.aws_kms.ReplicaKeyReference |
![]() | aws-cdk-lib » aws_kms » ReplicaKeyReference |
A reference to a ReplicaKey resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kms as kms } from 'aws-cdk-lib';
const replicaKeyReference: kms.ReplicaKeyReference = {
keyId: 'keyId',
replicaKeyArn: 'replicaKeyArn',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The KeyId of the ReplicaKey resource. |
replica | string | The ARN of the ReplicaKey resource. |
keyId
Type:
string
The KeyId of the ReplicaKey resource.
replicaKeyArn
Type:
string
The ARN of the ReplicaKey resource.