BucketWebsiteConfigurationV2IndexDocumentArgs

data class BucketWebsiteConfigurationV2IndexDocumentArgs(val suffix: Output<String>) : ConvertibleToJava<BucketWebsiteConfigurationV2IndexDocumentArgs>

Constructors

constructor(suffix: Output<String>)

Properties

Link copied to clipboard
val suffix: Output<String>

Suffix that is appended to a request that is for a directory on the website endpoint. For example, if the suffix is index.html and you make a request to samplebucket/images/, the data that is returned will be for the object with the key name images/index.html. The suffix must not be empty and must not include a slash character.

Functions

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