Amazon Cognito · Example Payload

Identity Pools Mapping Rule Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

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

Top-level fields

ClaimMatchTypeValueRoleARN

Example Payload

Raw ↑
{
  "Claim": "example-string",
  "MatchType": "example-string",
  "Value": "example-string",
  "RoleARN": "arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_example"
}