AWS::EC2::TransitGateway - new return value #61
Labels
networking & content deliv
VPC, CloudFront, Route 53, API Gateway, Direct Connect, AWS App Mesh, etc.
Milestone
1. Title
AWS::EC2::TransitGateway-NewReturnValue
2. Scope of request
We should be able to use the Fn::GetAtt intrinsic function to return the ARN of the transit gateway.
3. Expected behavior
I should be able to use the below and an ARN to be returned:
{ "Fn::GetAtt" : [ "TransitGateway", "Arn" ] }
4. Suggest specific test cases
It would be helpful to use this ARN for resource sharing, ARN being a required property (ResourceArns) for the AWS::RAM::ResourceShare resource.
5. Helpful Links to speed up research and evaluation
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgateway.html (only Ref seems to be supported)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html
6. Category (required) - Will help with tagging and be easier to find by other users to +1
The text was updated successfully, but these errors were encountered: