Amazon VPC · JSON Structure

Amazon Vpc Tag Structure

Describes a tag

Type: object Properties: 0
NetworkingPrivate CloudSecuritySubnetsVPC

Tag is a JSON Structure definition published by Amazon VPC.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Tag",
  "description": "Describes a tag",
  "type": "object",
  "properties": [
    {
      "name": "key",
      "type": "string",
      "description": "The key of the tag",
      "required": false
    },
    {
      "name": "value",
      "type": "string",
      "description": "The value of the tag",
      "required": false
    }
  ]
}