Amazon Cognito · Schema

GetPrincipalTagAttributeMapResponse

GetPrincipalTagAttributeMapResponse schema from Amazon Cognito API

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Properties

Name Type Description
IdentityPoolId object
IdentityProviderName object
UseDefaults object
PrincipalTags object
View JSON Schema on GitHub

JSON Schema

identity-pools-get-principal-tag-attribute-map-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/identity-pools-get-principal-tag-attribute-map-response-schema.json",
  "title": "GetPrincipalTagAttributeMapResponse",
  "description": "GetPrincipalTagAttributeMapResponse schema from Amazon Cognito API",
  "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."
        }
      ]
    }
  }
}