AWS App Runner · JSON Structure

App Runner Tag Structure

Tag schema from AWS App Runner

Type: object Properties: 2
CI/CDContainersDeploymentMicroservicesServerless

Tag is a JSON Structure definition published by AWS App Runner, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Key Value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Key": {
      "type": "string"
    },
    "Value": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-runner/refs/heads/main/json-structure/app-runner-tag-structure.json",
  "name": "Tag",
  "description": "Tag schema from AWS App Runner"
}