本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
在指定了 AWS::Serverless::HttpApi 的情况下生成的 Amazon CloudFormation 资源
如果指定了 AWS::Serverless::HttpApi
,Amazon Serverless Application Model (Amazon SAM) 会生成 AWS::ApiGatewayV2::Api
基本 Amazon CloudFormation 资源。
AWS::ApiGatewayV2::Api
-
LogicalId
:<httpapi‑LogicalId>
可引用属性:不适用(必须使用
LogicalId
才能引用这种 Amazon CloudFormation 资源)
除了这种 Amazon CloudFormation 资源外,如果指定了 AWS::Serverless::HttpApi
,Amazon SAM 还会生成适用于以下场景的 Amazon CloudFormation 资源:
指定了 StageName 属性
如果指定了 AWS::Serverless::HttpApi
的 StageName
属性,Amazon SAM 会生成 AWS::ApiGatewayV2::Stage
Amazon CloudFormation 资源。
AWS::ApiGatewayV2::Stage
-
LogicalId
:<httpapi‑LogicalId>
<stage‑name>
Stage
是<stage‑name>
StageName
属性将被设置为的字符串。例如,如果将StageName
设置为Gamma
,则LogicalId
是:MyHttpApiGamma
Stage。可引用属性:
<httpapi‑LogicalId>
.Stage
未指定 StageName 属性
如果未指定 AWS::Serverless::HttpApi
的 StageName
属性,Amazon SAM 会生成 AWS::ApiGatewayV2::Stage
Amazon CloudFormation 资源。
AWS::ApiGatewayV2::Stage
-
LogicalId
:<httpapi‑LogicalId>
ApiGatewayDefaultStage可引用属性:
<httpapi‑LogicalId>
.Stage
指定了 DomainName 属性
如果指定了 AWS::Serverless::HttpApi
的 Domain
属性的 DomainName
属性,Amazon SAM 会生成 AWS::ApiGatewayV2::DomainName
Amazon CloudFormation 资源。
AWS::ApiGatewayV2::DomainName
-
LogicalId
:ApiGatewayDomainNameV2
<sha>
是在创建堆栈时生成的唯一哈希值。例如,<sha>
ApiGatewayDomainNameV2
926eeb5ff1
。可引用属性:
<httpapi‑LogicalId>
.DomainName