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