BucketWebsiteErrorDocumentArgs

data class BucketWebsiteErrorDocumentArgs(val httpStatus: Output<Int>? = null, val key: Output<String>? = null) : ConvertibleToJava<BucketWebsiteErrorDocumentArgs>

Constructors

Link copied to clipboard
constructor(httpStatus: Output<Int>? = null, key: Output<String>? = null)

Properties

Link copied to clipboard
val httpStatus: Output<Int>? = null

The HTTP status code when the error page is returned. The default 404.

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

The error page file. If the Object accessed does not exist, this error page is returned.

Functions

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