Amazon VPC · Schema

Tag

Describes a tag

NetworkingPrivate CloudSecuritySubnetsVPC

Properties

Name Type Description
key string The key of the tag
value string The value of the tag
View JSON Schema on GitHub

JSON Schema

amazon-vpc-tag-schema.json Raw ↑
{
  "type": "object",
  "description": "Describes a tag",
  "properties": {
    "key": {
      "type": "string",
      "description": "The key of the tag"
    },
    "value": {
      "type": "string",
      "description": "The value of the tag"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Tag"
}