Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Cloudformation 模板中组合 Fn::Join 和 Fn::Select
{ "Fn::Join": ["", ["arn:aws:s3:::", { "Fn::Select": ["0", { "Ref": "value" }] } ]] }