Amazon AppSync · Schema

PipelineConfig

Pipeline resolver configuration

Amazon AppSyncGraphQLAPI ManagementServerless

Properties

Name Type Description
functions array List of function IDs in the pipeline
View JSON Schema on GitHub

JSON Schema

appsync-pipeline-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-pipeline-config-schema.json",
  "title": "PipelineConfig",
  "description": "Pipeline resolver configuration",
  "type": "object",
  "properties": {
    "functions": {
      "type": "array",
      "description": "List of function IDs in the pipeline"
    }
  }
}