Skip to main content

TKMSUntagResourceRequest

Class in AWS.KMS

UntagResource request class.

Ancestors

Properties

KeyId

property KeyId: string

TagKeys

property TagKeys: TList<string>

Constructors

Create

constructor Create(const AKeyId: string); overload;

Constructor for TKMSUntagResourceRequest.

Parameters

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

constructor Create(const AKeyId: string; AKeyNames: array of string); overload;

Constructor for TKMSUntagResourceRequest.

Parameters

NameDescription
AKeyIdSpecify the Amazon Resource Name (ARN) or ID of a KMS key.
AKeyNamesSpecify a list of tag key names to remove from the KMS key.