Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Add Tags To Resource Input Structure

AddTagsToResourceInput

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

AddTagsToResourceInput 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 Tags

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-add-tags-to-resource-input-structure.json",
  "name": "AddTagsToResourceInput",
  "description": "AddTagsToResourceInput",
  "properties": {
    "ResourceARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the resource you want to add tags to."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tags"
        },
        {
          "description": "<p>The key-value pair that represents the tag you want to add to the resource. The value can be an empty string.</p> <note> <p>Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.</p> </note>"
        }
      ]
    }
  },
  "required": [
    "ResourceARN",
    "Tags"
  ]
}