Amazon Cognito · Schema

GetIdentityPoolRolesInput

Input to the GetIdentityPoolRoles action.

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Properties

Name Type Description
IdentityPoolId object
View JSON Schema on GitHub

JSON Schema

cognito-identity-get-identity-pool-roles-input-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "IdentityPoolId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityPoolId"
        },
        {
          "description": "An identity pool ID in the format REGION:GUID."
        }
      ]
    }
  },
  "required": [
    "IdentityPoolId"
  ],
  "description": "Input to the <code>GetIdentityPoolRoles</code> action.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-identity-get-identity-pool-roles-input-schema.json",
  "title": "GetIdentityPoolRolesInput"
}