
com.pulumi.aws.s3tables.kotlin.outputs.TableBucketMaintenanceConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.s3tables.kotlin.outputs
import kotlin.Suppress
/**
*
* @property icebergUnreferencedFileRemoval A single Iceberg unreferenced file removal settings block.
* See `iceberg_unreferenced_file_removal` below
*/
public data class TableBucketMaintenanceConfiguration(
public val icebergUnreferencedFileRemoval: TableBucketMaintenanceConfigurationIcebergUnreferencedFileRemoval,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.s3tables.outputs.TableBucketMaintenanceConfiguration): TableBucketMaintenanceConfiguration = TableBucketMaintenanceConfiguration(
icebergUnreferencedFileRemoval = javaType.icebergUnreferencedFileRemoval().let({ args0 ->
com.pulumi.aws.s3tables.kotlin.outputs.TableBucketMaintenanceConfigurationIcebergUnreferencedFileRemoval.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy