Skip to main content

TCognitoIdentityCreateIdentityPoolRequest

Class in AWS.CognitoIdentity

CreateIdentityPool request class.

Ancestors

Properties

AllowClassicFlow

property AllowClassicFlow: TOptional<Boolean>

AllowUnauthenticatedIdentities

property AllowUnauthenticatedIdentities: Boolean

CognitoIdentityProviders

property CognitoIdentityProviders: TList<ICognitoIdentityCognitoIdentityProvider>

Type: ICognitoIdentityCognitoIdentityProvider

DeveloperProviderName

property DeveloperProviderName: string

IdentityPoolName

property IdentityPoolName: string

IdentityPoolTags

property IdentityPoolTags: TDictionary<string, string>

OpenIdConnectProviderARNs

property OpenIdConnectProviderARNs: TList<TARN>

SamlProviderARNs

property SamlProviderARNs: TList<TARN>

SupportedLoginProviders

property SupportedLoginProviders: TDictionary<string, string>

Constructors

Create

constructor Create(const AIdentityPoolName: string; const AAllowUnauthenticatedIdentities: Boolean);

Constructor for TCognitoIdentityCreateIdentityPoolRequest.

Parameters

NameDescription
AIdentityPoolNameSpecify a name for the identity pool.
AAllowUnauthenticatedIdentitiesSpecifyto support unauthenticated logins.