BucketWebsiteIndexDocumentArgs

data class BucketWebsiteIndexDocumentArgs(val suffix: Output<String>? = null, val supportSubDir: Output<Boolean>? = null, val type: Output<String>? = null) : ConvertibleToJava<BucketWebsiteIndexDocumentArgs>

Constructors

Link copied to clipboard
constructor(suffix: Output<String>? = null, supportSubDir: Output<Boolean>? = null, type: Output<String>? = null)

Properties

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

The default home page.

Link copied to clipboard
val supportSubDir: Output<Boolean>? = null

Whether to jump to the default home page of a subdirectory when accessing a subdirectory.

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

After the default homepage is set, the behavior when an Object that ends with a non-forward slash (/) is accessed and the Object does not exist.

Functions

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