Bucket Website Args
data class BucketWebsiteArgs(val mainPageSuffix: Output<String>? = null, val notFoundPage: Output<String>? = null) : ConvertibleToJava<BucketWebsiteArgs>
The bucket's website configuration, controlling how the service behaves when accessing bucket contents as a web site. See the Static Website Examples for more information.