Amazon AppFlow · JSON Structure

Appflow Metadata Catalog Config Structure

MetadataCatalogConfig schema from Amazon AppFlow API

Type: object Properties: 1
ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow Metadata Catalog Config 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

glueDataCatalog

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "MetadataCatalogConfig schema from Amazon AppFlow API",
  "properties": {
    "glueDataCatalog": {
      "type": "object",
      "description": "Specifies the configuration that Amazon AppFlow uses when it catalogs data with the Glue Data Catalog.",
      "properties": {
        "roleArn": {
          "type": "string",
          "description": "The ARN of an IAM role that grants AppFlow the permissions it needs to create Data Catalog tables, databases, and partitions.",
          "example": "arn:aws:iam::123456789012:role/AppFlowGlueRole"
        },
        "databaseName": {
          "type": "string",
          "description": "The name of an existing Glue Data Catalog database.",
          "example": "appflow-catalog-db"
        },
        "tablePrefix": {
          "type": "string",
          "description": "A naming prefix for each Data Catalog table that Amazon AppFlow creates.",
          "example": "sf_"
        }
      }
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-structure/appflow-metadata-catalog-config-structure.json"
}