Amazon Cognito · JSON Structure

Cognito Identity Untag Resource Input Structure

UntagResourceInput schema from Amazon Cognito

Type: object Properties: 2 Required: 2
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

UntagResourceInput 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

ResourceArn TagKeys

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."
        }
      ]
    },
    "TagKeys": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityPoolTagsListType"
        },
        {
          "description": "The keys of the tags to remove from the user pool."
        }
      ]
    }
  },
  "required": [
    "ResourceArn",
    "TagKeys"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-identity-untag-resource-input-structure.json",
  "name": "UntagResourceInput",
  "description": "UntagResourceInput schema from Amazon Cognito"
}