Amazon AppSync · JSON Structure

Appsync Api Association Structure

An association between a custom domain name and a GraphQL API

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Api Association Structure is a JSON Structure definition published by Amazon AppSync. 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-appsync/json-structure/appsync-api-association-structure.json",
  "title": "ApiAssociation",
  "description": "An association between a custom domain name and a GraphQL API",
  "type": "record",
  "fields": {
    "domainName": {
      "type": "string",
      "description": "The custom domain name"
    },
    "apiId": {
      "type": "string",
      "description": "The API ID"
    },
    "associationStatus": {
      "type": "string",
      "description": "The association status"
    },
    "deploymentDetail": {
      "type": "string",
      "description": "Details about the deployment"
    }
  }
}