Amazon Cognito · Example Payload

Identity Pools Create Identity Pool Input Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Identity Pools Create Identity Pool Input Example is an example object payload from Amazon Cognito, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdentityPoolNameAllowUnauthenticatedIdentitiesAllowClassicFlowSupportedLoginProvidersDeveloperProviderNameOpenIdConnectProviderARNsCognitoIdentityProvidersSamlProviderARNsIdentityPoolTags

Example Payload

Raw ↑
{
  "IdentityPoolName": "us-east-1_example",
  "AllowUnauthenticatedIdentities": "example-string",
  "AllowClassicFlow": "example-string",
  "SupportedLoginProviders": "example-string",
  "DeveloperProviderName": "example-name",
  "OpenIdConnectProviderARNs": "arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_example",
  "CognitoIdentityProviders": "example-string",
  "SamlProviderARNs": "arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_example",
  "IdentityPoolTags": "us-east-1_example"
}