Skip to main content

IKMSReplicateKeyRequest

Interface in AWS.KMS

Interface for ReplicateKey requests.

Ancestors

Properties

BypassPolicyLockoutSafetyCheck

property BypassPolicyLockoutSafetyCheck: TOptional<Boolean>

Specify whether to bypass the key policy lockout safety check.

Description

property Description: string

Specify a description for the KMS key.

KeyId

property KeyId: string

Specify the Amazon Resource Name (ARN) or ID of a KMS key to replicate.

Policy

property Policy: string

Specify the key policy to attach to the KMS key.

If not specified, AWS KMS attaches a default key policy to the KMS key.

ReplicaRegion

property ReplicaRegion: string

Specify the region ID of an AWS region to replicate into.

Tags

property Tags: TList<IKMSTag>

Type: IKMSTag

Specify a list of tags to attach to the KMS key.

Methods

AddTag

function AddTag(const ATagKey, ATagValue: string): Integer;

Add a tag to Tags.

Parameters

NameDescription
ATagKeySpecify the tag key.
ATagValueSpecify the tag value.

Returns

Returns the index of the tag instance added to Tags.