Amazon AppSync · Schema

AssociateApiRequest

Request to associate an API with a domain name

Amazon AppSyncGraphQLAPI ManagementServerless

Properties

Name Type Description
apiId string The API ID to associate
View JSON Schema on GitHub

JSON Schema

appsync-associate-api-request-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-request-schema.json",
  "title": "AssociateApiRequest",
  "description": "Request to associate an API with a domain name",
  "type": "object",
  "properties": {
    "apiId": {
      "type": "string",
      "description": "The API ID to associate"
    }
  }
}