Updates an identity pool.
cognitoidentity_update_identity_pool(IdentityPoolId, IdentityPoolName,
AllowUnauthenticatedIdentities, SupportedLoginProviders,
DeveloperProviderName, OpenIdConnectProviderARNs,
CognitoIdentityProviders, SamlProviderARNs, IdentityPoolTags)
[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.
Optional key:value pairs mapping provider names to provider app IDs.
The "domain" by which Cognito will refer to your users.
A list of OpendID Connect provider ARNs.
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.
svc$update_identity_pool( IdentityPoolId = "string", IdentityPoolName = "string", AllowUnauthenticatedIdentities = TRUE|FALSE, SupportedLoginProviders = list( "string" ), DeveloperProviderName = "string", OpenIdConnectProviderARNs = list( "string" ), CognitoIdentityProviders = list( list( ProviderName = "string", ClientId = "string", ServerSideTokenCheck = TRUE|FALSE ) ), SamlProviderARNs = list( "string" ), IdentityPoolTags = list( "string" ) )
You must use AWS Developer credentials to call this API.