Amazon AppFlow · JSON Structure

Appflow Tag Resource Request Structure

TagResourceRequest schema from Amazon AppFlow API

Type: object Properties: 1 Required: 1
ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow Tag Resource Request Structure is a JSON Structure definition published by Amazon AppFlow, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "TagResourceRequest schema from Amazon AppFlow API",
  "properties": {
    "tags": {
      "type": "object",
      "description": "The tags used to organize, track, or control access for your flow.",
      "additionalProperties": {
        "type": "string"
      },
      "example": {
        "environment": "production",
        "team": "data-engineering"
      }
    }
  },
  "required": [
    "tags"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-structure/appflow-tag-resource-request-structure.json"
}