AWS::AppSync::DomainNameThe `AWS::AppSync::DomainName` resource creates a `DomainNameConfig` object to configure a custom domain.
import { CfnDomainName } from 'aws-cdk-lib/aws-appsync';Or use the module namespace:
import * as appsync from 'aws-cdk-lib/aws-appsync';
// appsync.CfnDomainNameConfiguration passed to the constructor as CfnDomainNameProps.
certificateArnRequiredstringThe Amazon Resource Name (ARN) of the certificate. This will be an Certificate Manager certificate.
domainNameRequiredstringThe domain name.
descriptionOptionalstringThe decription for your domain name.
tagsOptionalCfnTag[]A set of tags (key-value pairs) for this domain name.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about AWS AppSync on one page. HD quality, print-friendly.
Download Free Infographicaws-appsyncAWS::AppSync::DomainName