Sha256: ef48b1556976d4781be22773a3baee2aadb8dc67c679b08a7489a9f106b8f4cd
Contents?: true
Size: 951 Bytes
Versions: 21
Compression:
Stored size: 951 Bytes
Contents
{ "Resources": { "ClientAppBucket": {"Type": "AWS::S3::Bucket", "Properties": { "BucketName": {"Fn::FindInMap": ["StackZoneRecords", "ClientApp", "DNSName"]}, "AccessControl": "PublicRead", "WebsiteConfiguration": { "IndexDocument": "index.html", "ErrorDocument": "404.html" } }}, "AdminAppBucket": {"Type": "AWS::S3::Bucket", "Properties": { "BucketName": {"Fn::FindInMap": ["StackZoneRecords", "AdminApp", "DNSName"]}, "AccessControl": "PublicRead", "WebsiteConfiguration": { "IndexDocument": "index.html", "ErrorDocument": "404.html" } }}, "WwwRedirectorBucket": {"Type": "AWS::S3::Bucket", "Properties": { "BucketName": {"Fn::FindInMap": ["StackZoneRecords", "WwwRedirector", "DNSName"]}, "AccessControl": "PublicRead", "WebsiteConfiguration": { "RedirectAllRequestsTo": { "HostName": {"Fn::FindInMap": ["StackZoneRecords", "ClientApp", "DNSName"]}, "Protocol": "https" } } }} } }
Version data entries
21 entries across 21 versions & 1 rubygems