Updates an identity pool.
See https://www.paws-r-sdk.com/docs/cognitoidentity_update_identity_pool/ for full documentation.
cognitoidentity_update_identity_pool(
IdentityPoolId,
IdentityPoolName,
AllowUnauthenticatedIdentities,
AllowClassicFlow = NULL,
SupportedLoginProviders = NULL,
DeveloperProviderName = NULL,
OpenIdConnectProviderARNs = NULL,
CognitoIdentityProviders = NULL,
SamlProviderARNs = NULL,
IdentityPoolTags = NULL
)
[required] An identity pool ID in the format REGION:GUID.
[required] A string that you provide.
[required] TRUE if the identity pool supports unauthenticated logins.
Enables or disables the Basic (Classic) authentication flow. For more information, see Identity Pools (Federated Identities) Authentication Flow in the Amazon Cognito Developer Guide.
Optional key:value pairs mapping provider names to provider app IDs.
The "domain" by which Cognito will refer to your users.
The ARNs of the OpenID Connect providers.
A list representing an Amazon Cognito user pool and its client ID.
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
The tags that are assigned to the identity pool. A tag is a label that you can apply to identity pools to categorize and manage them in different ways, such as by purpose, owner, environment, or other criteria.