Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Remove Tags From Resource Input Structure

RemoveTagsFromResourceInput

Type: object Properties: 2 Required: 2
BackupFile StorageGatewayHybrid CloudStorage

RemoveTagsFromResourceInput is a JSON Structure definition published by Amazon Storage Gateway, 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",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-remove-tags-from-resource-input-structure.json",
  "name": "RemoveTagsFromResourceInput",
  "description": "RemoveTagsFromResourceInput",
  "properties": {
    "ResourceARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the resource you want to remove the tags from."
        }
      ]
    },
    "TagKeys": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagKeys"
        },
        {
          "description": "The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value pair."
        }
      ]
    }
  },
  "required": [
    "ResourceARN",
    "TagKeys"
  ]
}