Amazon Cognito · JSON Structure

Cognito Identity Get Principal Tag Attribute Map Response Structure

GetPrincipalTagAttributeMapResponse schema from Amazon Cognito

Type: object Properties: 4
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

GetPrincipalTagAttributeMapResponse is a JSON Structure definition published by Amazon Cognito, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

IdentityPoolId IdentityProviderName UseDefaults PrincipalTags

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."
        }
      ]
    },
    "UseDefaults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UseDefaults"
        },
        {
          "description": "You can use this operation to list "
        }
      ]
    },
    "PrincipalTags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PrincipalTags"
        },
        {
          "description": "You can use this operation to add principal tags. The <code>PrincipalTags</code>operation enables you to reference user attributes in your IAM permissions policy."
        }
      ]
    }
  },
  "$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-response-structure.json",
  "name": "GetPrincipalTagAttributeMapResponse",
  "description": "GetPrincipalTagAttributeMapResponse schema from Amazon Cognito"
}