TKMSTagResourceRequest
Class in AWS.KMS
TagResource request class.
Ancestors
Properties
KeyId
property KeyId: string
Tags
property Tags: TList<IKMSTag>
Type: IKMSTag
Constructors
Create
constructor Create; overload;
Constructor for TKMSTagResourceRequest.
constructor Create(const AKeyId: string); overload;
Constructor for TKMSTagResourceRequest.
Parameters
| Name | Description |
|---|---|
AKeyId | Specify the Amazon Resource Name (ARN) or ID of a KMS key. |