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
| Name | Description |
|---|---|
AKeyId | Specify 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
| Name | Description |
|---|---|
AKeyId | Specify the Amazon Resource Name (ARN) or ID of a KMS key. |
AKeyNames | Specify a list of tag key names to remove from the KMS key. |