Skip to main content

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

NameDescription
ATagKeySpecify the tag key.
ATagValueSpecify the tag value.