Skip to main content

TIdentityStoreUniqueAttribute

Class in AWS.IdentityStore

IdentityStore UniqueAttribute class.

Ancestors

Properties

AttributePath

property AttributePath: string

AttributeValue

property AttributeValue: string

Constructors

Create

constructor Create; overload;

Constructor for TIdentityStoreUniqueAttribute.


constructor Create(const AAttributePath, AAttributeValue: string); overload;

Constructor for TIdentityStoreUniqueAttribute.

Parameters

NameDescription
AAttributePathThe name of the unique attribute used to identify the resource.
AAttributeValueThe JSON-formatted value of the unique attribute used to identify the resource.