Amazon Cognito · JSON Structure

Identity Pools Get Principal Tag Attribute Map Input Structure

GetPrincipalTagAttributeMapInput schema from Amazon Cognito API

Type: object Properties: 2 Required: 2
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

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 ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/identity-pools-get-principal-tag-attribute-map-input-structure.json",
  "name": "GetPrincipalTagAttributeMapInput",
  "description": "GetPrincipalTagAttributeMapInput 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."
        }
      ]
    }
  },
  "required": [
    "IdentityPoolId",
    "IdentityProviderName"
  ]
}