Cloudformation 模板中的组合 Fn::Join 和 Fn::Select
Combination Fn::Join and Fn::Select in Cloudformation template
如何在 Cloudformation 模板中组合 Fn::Join 和 Fn::Select
{ "Fn::Join": ["", ["arn:aws:s3:::", { "Fn::Select": ["0", { "Ref": "value" }] } ]] }
如何在 Cloudformation 模板中组合 Fn::Join 和 Fn::Select
{ "Fn::Join": ["", ["arn:aws:s3:::", { "Fn::Select": ["0", { "Ref": "value" }] } ]] }