Amazon Cognito · Schema

ListTagsForResourceInput

ListTagsForResourceInput schema from Amazon Cognito API

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Properties

Name Type Description
ResourceArn object
View JSON Schema on GitHub

JSON Schema

identity-pools-list-tags-for-resource-input-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-list-tags-for-resource-input-schema.json",
  "title": "ListTagsForResourceInput",
  "description": "ListTagsForResourceInput schema from Amazon Cognito API",
  "type": "object",
  "properties": {
    "ResourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARNString"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the identity pool that the tags are assigned to."
        }
      ]
    }
  },
  "required": [
    "ResourceArn"
  ]
}