Amazon Cognito · JSON Structure

Cognito Identity Get Principal Tag Attribute Map Input Structure

GetPrincipalTagAttributeMapInput schema from Amazon Cognito

Type: object Properties: 2 Required: 2
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

GetPrincipalTagAttributeMapInput is a JSON Structure definition published by Amazon Cognito, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

IdentityPoolId IdentityProviderName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "IdentityPoolId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityPoolId"
        },
        {
          "description": "You can use this operation to get the ID of the Identity Pool you setup attribute mappings for."
        }
      ]
    },
    "IdentityProviderName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityProviderName"
        },
        {
          "description": "You can use this operation to get the provider name."
        }
      ]
    }
  },
  "required": [
    "IdentityPoolId",
    "IdentityProviderName"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-identity-get-principal-tag-attribute-map-input-structure.json",
  "name": "GetPrincipalTagAttributeMapInput",
  "description": "GetPrincipalTagAttributeMapInput schema from Amazon Cognito"
}