Skip to content

Instantly share code, notes, and snippets.

@mgjam
Created October 21, 2021 08:43
Show Gist options
  • Save mgjam/54c5c36cbad592af28c5008f7a6b4829 to your computer and use it in GitHub Desktop.
Save mgjam/54c5c36cbad592af28c5008f7a6b4829 to your computer and use it in GitHub Desktop.
{
"Resources": {
"ExportedBucket5C9669B4": {
"Type": "AWS::S3::Bucket",
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain",
"Metadata": {
"aws:cdk:path": "exp/ExportedBucket/Resource"
}
},
"CDKMetadata": {...}
},
"Outputs": {
"ExportsOutputFnGetAttExportedBucket5C9669B4ArnA5E36DA6": {
"Value": "arn:aws:s3:::exp-exportedbucket5c9669b4-1rik6ssb94d7x",
"Export": {
"Name": "exp:ExportsOutputFnGetAttExportedBucket5C9669B4ArnA5E36DA6"
}
},
"ExportsOutputFnGetAttExportedBucket5C9669B4DomainNameF044215B": {
"Value": {
"Fn::GetAtt": [
"ExportedBucket5C9669B4",
"DomainName"
]
},
"Export": {
"Name": "exp:ExportsOutputFnGetAttExportedBucket5C9669B4DomainNameF044215B"
}
}
},
"Conditions": {...}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment