EndpointConfiguration - AWS Serverless Application Model

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

EndpointConfiguration

的端點類型RESTAPI。

語法

若要在 AWS Serverless Application Model (AWS SAM) 範本中宣告此實體,請使用下列語法。

YAML

Type: String VPCEndpointIds: List

屬性

Type

的端點類型RESTAPI。

有效值EDGEREGIONALPRIVATE

類型:字串

必要:否

AWS CloudFormation 兼容性:此屬性直接傳遞給AWS::ApiGateway::RestApiEndpointConfiguration數據類型的Types屬性。

VPCEndpointIds

要RESTAPI針對其建立 Route53 別名IDs的VPC端點清單。

類型:清單

必要:否

AWS CloudFormation 兼容性:此屬性直接傳遞給AWS::ApiGateway::RestApiEndpointConfiguration數據類型的VpcEndpointIds屬性。

範例

EndpointConfiguration

端點組態範例

YAML

EndpointConfiguration: Type: PRIVATE VPCEndpointIds: - vpce-123a123a - vpce-321a321a