Skip to main content

IIAMContextEntry

Interface in AWS.IAM

Interface for IAM ContextEntry.

Properties

ContextKeyName

property ContextKeyName: string

Specify the full name of the condition context key including it's service prefix. For example, aws:SourceIp.

ContextKeyType

property ContextKeyType: string

Specify the data type of the value (or values) specified in ContextKeyValues.

Valid values: string | stringList | numeric | numericList | boolean | booleanList | ip | ipList | binary | binaryList | date | dateList.

ContextKeyValues

property ContextKeyValues: TList<string>

Specify a value (or values if the data type supports multiple values).

Methods

AddContextKeyValue

function AddContextKeyValue(const AValue: string): NativeInt;

Add a value to ContextKeyValues.

Parameters

NameDescription
AValueSpecify a value to add to ContextKeyValues.

Returns

Returns the index of the value added to ContextKeyValues.