Skip to content

Instantly share code, notes, and snippets.

@mgjam
Created October 21, 2021 06:49
Show Gist options
  • Save mgjam/5cf9fa5b8a3d1ea8ccc029757cd123b9 to your computer and use it in GitHub Desktop.
Save mgjam/5cf9fa5b8a3d1ea8ccc029757cd123b9 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": {...}
},
"Conditions": {...},
"Outputs": {
"ExportsOutputFnGetAttExportedBucket5C9669B4DomainNameF044215B": {
"Value": {
"Fn::GetAtt": [
"ExportedBucket5C9669B4",
"DomainName"
]
},
"Export": {
"Name": "exp:ExportsOutputFnGetAttExportedBucket5C9669B4DomainNameF044215B"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment