Amazon AppSync · Schema

AssociateApiResponse

Response from associating an API with a domain name

Amazon AppSyncGraphQLAPI ManagementServerless

Properties

Name Type Description
apiAssociation string apiAssociation
View JSON Schema on GitHub

JSON Schema

appsync-associate-api-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-associate-api-response-schema.json",
  "title": "AssociateApiResponse",
  "description": "Response from associating an API with a domain name",
  "type": "object",
  "properties": {
    "apiAssociation": {
      "type": "string",
      "description": "apiAssociation"
    }
  }
}