Amazon Direct Connect · JSON Structure

Amazon Direct Connect Resource Tag Structure

Information about a tag associated with an Direct Connect resource.

Type: object Properties: 2
Dedicated ConnectionDirect ConnectHybrid CloudNetworking

ResourceTag is a JSON Structure definition published by Amazon Direct Connect, describing 2 properties. 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 ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-direct-connect/refs/heads/main/json-structure/amazon-direct-connect-resource-tag-structure.json",
  "description": "Information about a tag associated with an Direct Connect resource.",
  "type": "object",
  "properties": {
    "resourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the resource."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "The tags."
        }
      ]
    }
  },
  "name": "ResourceTag"
}