Created
April 21, 2023 18:43
-
-
Save jdaarevalo/4619208ab3c9b3ff2a1c1e2ddbf28145 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ProcessedDataS3Bucket: | |
| Type: 'AWS::S3::Bucket' | |
| Properties: | |
| BucketName: !Join | |
| - "-" | |
| - - "scatter-gather-processed-data" | |
| - !Select | |
| - 0 | |
| - !Split | |
| - "-" | |
| - !Select | |
| - 2 | |
| - !Split | |
| - "/" | |
| - !Ref "AWS::StackId" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment