
com.pulumi.awsnative.s3.kotlin.enums.StorageLensS3BucketDestinationOutputSchemaVersion.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.s3.kotlin.enums
import com.pulumi.kotlin.ConvertibleToJava
import kotlin.Suppress
/**
* The version of the output schema to use when exporting Amazon S3 Storage Lens metrics.
*/
public enum class StorageLensS3BucketDestinationOutputSchemaVersion(
public val javaValue: com.pulumi.awsnative.s3.enums.StorageLensS3BucketDestinationOutputSchemaVersion,
) :
ConvertibleToJava {
V1(com.pulumi.awsnative.s3.enums.StorageLensS3BucketDestinationOutputSchemaVersion.V1),
;
override fun toJava(): com.pulumi.awsnative.s3.enums.StorageLensS3BucketDestinationOutputSchemaVersion = javaValue
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.s3.enums.StorageLensS3BucketDestinationOutputSchemaVersion): StorageLensS3BucketDestinationOutputSchemaVersion =
StorageLensS3BucketDestinationOutputSchemaVersion.values().first { it.javaValue == javaType }
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy