Skip to main content

TIAMTag

Class in AWS.IAM

IAM Tag class.

Ancestors

Properties

Key

property Key: string

Value

property Value: string

Constructors

Create

constructor Create; overload;

Constructor for TIAMTag.


constructor Create(const AKey, AValue: string); overload;

Constructor for TIAMTag.

Parameters

NameDescription
AKeySpecify the key name of the tag.
AValueSpecify the value of the tag.