Amazon CodeBuild · JSON Structure

Amazon Codebuild Tag Structure

A tag, consisting of a key and a value.

This tag is available for use by Amazon Web Services services that support tags in CodeBuild.

Type: object Properties: 2
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

Tag is a JSON Structure definition published by Amazon CodeBuild, 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 ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-tag-structure.json",
  "name": "Tag",
  "description": "<p>A tag, consisting of a key and a value.</p> <p>This tag is available for use by Amazon Web Services services that support tags in CodeBuild.</p>",
  "type": "object",
  "properties": {
    "key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KeyInput"
        },
        {
          "description": "The tag's key."
        }
      ]
    },
    "value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ValueInput"
        },
        {
          "description": "The tag's value."
        }
      ]
    }
  }
}