AWS::ApiGatewayV2::Api - GetAtt-Arn #294
Labels
enhancement
New feature or request
networking & content deliv
VPC, CloudFront, Route 53, API Gateway, Direct Connect, AWS App Mesh, etc.
Scope of request
AWS::ApiGatewayV2::Api
does not supportGetAtt
.Expected behavior
It should be possible to use
GetAtt
with aAWS::ApiGatewayV2::Api
to get the ARN of the resource, e.g.!GetAtt MyApi.Arn
.Suggest specific test cases
Category (required)
Networking & Content (API GW)
Workaround
You can work around the issue with
!Ref
:The text was updated successfully, but these errors were encountered: