BucketWebsiteArgs

data class BucketWebsiteArgs(val mainPageSuffix: Output<String>? = null, val notFoundPage: Output<String>? = null) : ConvertibleToJava<BucketWebsiteArgs>

Constructors

Link copied to clipboard
constructor(mainPageSuffix: Output<String>? = null, notFoundPage: Output<String>? = null)

Properties

Link copied to clipboard
val mainPageSuffix: Output<String>? = null

Behaves as the bucket's directory index where missing objects are treated as potential directories.

Link copied to clipboard
val notFoundPage: Output<String>? = null

The custom object to return when a requested resource is not found.

Functions

Link copied to clipboard
open override fun toJava(): BucketWebsiteArgs