| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Website Configuration is an embedded property of AWS::S3::Bucket.
"WebsiteConfiguration" : {
"IndexDocument" : String,
"ErrorDocument" : String
}
"S3Bucket" : {
"Type" : "AWS::S3::Bucket",
"Properties" : {
"AccessControl" : "PublicRead",
"WebsiteConfiguration" : {
"IndexDocument" : "index.html",
"ErrorDocument" : "error.html"
}
}
} Custom Error Document Support in the Amazon Simple Storage Service Developer Guide
Index Document Support in the Amazon Simple Storage Service Developer Guide