AWS CloudFormation · Schema

Tag

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
Key string Tag key.
Value string Tag value.
View JSON Schema on GitHub

JSON Schema

cloudformation-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Tag",
  "type": "object",
  "properties": {
    "Key": {
      "type": "string",
      "description": "Tag key."
    },
    "Value": {
      "type": "string",
      "description": "Tag value."
    }
  }
}