Amazon App Runner · Schema

Tag

Describes a tag that is applied to an App Runner resource. A tag is a metadata item consisting of a key-value pair.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
Key object
Value object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-tag-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Tag",
  "description": "Describes a tag that is applied to an App Runner resource. A tag is a metadata item consisting of a key-value pair.",
  "type": "object",
  "properties": {
    "Key": {},
    "Value": {}
  }
}