Skip to main content

TIAMContextEntry

Class in AWS.IAM

IAM ContextEntry class.

Ancestors

Properties

ContextKeyName

property ContextKeyName: string

ContextKeyType

property ContextKeyType: string

ContextKeyValues

property ContextKeyValues: TList<string>

Constructors

Create

constructor Create; overload;

Constructor for TIAMContextEntry.


constructor Create(const AContextKeyName, AContextKeyType: string; const AContextKeyValues: array of string); overload;

Parameters

NameDescription
AContextKeyNameSpecify the full name of the condition context key including it's service prefix. For example,.
AContextKeyNameSpecify the data type of the value (or values) specified in AContextKeyValues. Valid values:|||||||||||.
AContextKeyValuesSpecify a value (or values if the data type supports multiple values).