Skip to main content

TCognitoIdentityUpdateIdentityPoolRequest

Class in AWS.CognitoIdentity

UpdateIdentityPool request class.

Ancestors

Properties

AllowClassicFlow

property AllowClassicFlow: TOptional<Boolean>

AllowUnauthenticatedIdentities

property AllowUnauthenticatedIdentities: Boolean

CognitoIdentityProviders

property CognitoIdentityProviders: TList<ICognitoIdentityCognitoIdentityProvider>

Type: ICognitoIdentityCognitoIdentityProvider

DeveloperProviderName

property DeveloperProviderName: string

IdentityPoolId

property IdentityPoolId: 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 AIdentityPoolId, AIdentityPoolName: string; const AAllowUnauthenticatedIdentities: Boolean);

Constructor for TCognitoIdentityUpdateIdentityPoolRequest.

Parameters

NameDescription
AIdentityPoolIdSpecify the ID of the identity pool in the format.
AIdentityPoolNameSpecify a name for the identity pool.
AAllowUnauthenticatedIdentitiesSpecifyto support unauthenticated logins.