-1

How to combine Fn::Join and Fn::Select in Cloudformation template

Shubham Jain
  • 199
  • 1
  • 4
  • 15

1 Answers1

0
{ "Fn::Join": ["", ["arn:aws:s3:::", { "Fn::Select": ["0", { "Ref": "value" }] } ]] }
tripleee
  • 175,061
  • 34
  • 275
  • 318
Shubham Jain
  • 199
  • 1
  • 4
  • 15