Amazon Data Pipeline · JSON Structure

Tag Structure

A key-value tag pair applied to a pipeline resource.

Type: typedMap Properties: 0
Data ProcessingETLWorkflowsData PipelineAutomation

Tag Structure is a JSON Structure definition published by Amazon Data Pipeline. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-data-pipeline/json-structure/tag-structure.json",
  "title": "Tag",
  "description": "A key-value tag pair applied to a pipeline resource.",
  "type": "typedMap",
  "fields": {
    "key": {
      "type": "str",
      "description": "The tag key"
    },
    "value": {
      "type": "str",
      "description": "The tag value"
    }
  }
}