Skip to main content

IKMSTagResourceRequest

Interface in AWS.KMS

Interface for TagResource requests.

Ancestors

Properties

KeyId

property KeyId: string

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

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.