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
| Name | Description |
|---|---|
ATagKey | Specify the tag key. |
ATagValue | Specify the tag value. |
Returns
Returns the index of the tag key added to TagKeys.