An AppSync Event API.
import { EventApi } from 'aws-cdk-lib/aws-appsync';Or use the module namespace:
import * as appsync from 'aws-cdk-lib/aws-appsync';
// appsync.EventApiConfiguration passed to the constructor as EventApiProps.
apiNameRequiredstringthe name of the Event API.
authorizationConfigOptionalEventApiAuthConfigOptional authorization configuration.
Default: - API Key authorization
domainNameOptionalAppSyncDomainOptionsThe domain name configuration for the Event API. The Route 53 hosted zone and CName DNS record must be configured in addition to this setting to enable custom domain URL
Default: - no domain name
logConfigOptionalAppSyncLogConfigLogging configuration for this api.
Default: - None
ownerContactOptionalstringThe owner contact information for an API resource. This field accepts any string input with a length of 0 - 256 characters.
Default: - No owner contact.
Everything you need to know about AWS AppSync on one page. HD quality, print-friendly.
Download Free Infographicaws-appsync