DomainAccessAssociation - Amazon Serverless Application Model
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

DomainAccessAssociation

Configures a domain access association between an access association source and a private custom domain name. The only supported access association source is a VPC endpoint ID. For more information, see Custom domain names for private APIs in API Gateway.

Syntax

To declare this entity in your Amazon Serverless Application Model (Amazon SAM) template, use the following syntax.

YAML

VpcEndpointId: String

Properties

VpcEndpointId

The endpoint ID of the VPC interface endpoint associated with the API Gateway VPC service.

Type: String

Required: Yes

Amazon CloudFormation compatibility: This property is passed directly to the AccessAssociationSource property of an AWS::ApiGateway::DomainNameAccessAssociation resource.