Amazon Cognito · JSON Structure

Cognito Identity List Tags For Resource Input Structure

ListTagsForResourceInput schema from Amazon Cognito

Type: object Properties: 1 Required: 1
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

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

Properties

ResourceArn

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

JSON Structure

Raw ↑
{
  "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"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-identity-list-tags-for-resource-input-structure.json",
  "name": "ListTagsForResourceInput",
  "description": "ListTagsForResourceInput schema from Amazon Cognito"
}