Skip to main content

IKMSUntagResourceRequest

Interface in AWS.KMS

Interface for UntagResource requests.

Ancestors

Properties

KeyId

property KeyId: string

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

TagKeys

property TagKeys: TList<string>

Specify a list of tag key names to remove from the KMS key.

Methods

AddTagKey

function AddTagKey(const ATagKey: string): Integer;

Add a tag key to TagKeys.

Parameters

NameDescription
ATagKeySpecify the tag key.
ATagValueSpecify the tag value.

Returns

Returns the index of the tag key added to TagKeys.