Amazon AppFlow · JSON Structure

Appflow List Tags For Resource Response Structure

ListTagsForResourceResponse schema from Amazon AppFlow API

Type: object Properties: 1
ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow List Tags For Resource Response Structure is a JSON Structure definition published by Amazon AppFlow, describing 1 property. 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": "ListTagsForResourceResponse 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"
      }
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-structure/appflow-list-tags-for-resource-response-structure.json"
}