All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.s3.kotlin.outputs.BucketWebsiteConfigurationV2ErrorDocument.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.s3.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property key Object key name to use when a 4XX class error occurs.
 */
public data class BucketWebsiteConfigurationV2ErrorDocument(
    public val key: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.s3.outputs.BucketWebsiteConfigurationV2ErrorDocument): BucketWebsiteConfigurationV2ErrorDocument = BucketWebsiteConfigurationV2ErrorDocument(
            key = javaType.key(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy