![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.opensearchservice.kotlin.outputs.DomainSoftwareUpdateOptions.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.opensearchservice.kotlin.outputs
import kotlin.Boolean
import kotlin.Suppress
/**
*
* @property autoSoftwareUpdateEnabled Specifies whether automatic service software updates are enabled for the domain.
*/
public data class DomainSoftwareUpdateOptions(
public val autoSoftwareUpdateEnabled: Boolean? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.opensearchservice.outputs.DomainSoftwareUpdateOptions): DomainSoftwareUpdateOptions = DomainSoftwareUpdateOptions(
autoSoftwareUpdateEnabled = javaType.autoSoftwareUpdateEnabled().map({ args0 ->
args0
}).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy