TKMSTag
Class in AWS.KMS
Tag class.
Ancestors
Properties
TagKey
property TagKey: string
TagValue
property TagValue: string
Constructors
Create
constructor Create; overload;
Constructor for TKMSTag.
constructor Create(const ATagKey, ATagValue: string); overload;
Constructor for TKMSTag.
Parameters
| Name | Description |
|---|---|
ATagKey | Specify the tag key. |
ATagValue | Specify the tag value. |