pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.opensearch.kotlin.outputs
/
DomainSoftwareUpdateOptions
Domain
Software
Update
Options
data
class
DomainSoftwareUpdateOptions
(
val
autoSoftwareUpdateEnabled
:
Boolean
?
=
null
)
Types
Constructors
Properties
Constructors
Domain
Software
Update
Options
Link copied to clipboard
fun
DomainSoftwareUpdateOptions
(
autoSoftwareUpdateEnabled
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
auto
Software
Update
Enabled
Link copied to clipboard
val
autoSoftwareUpdateEnabled
:
Boolean
?
=
null
Whether automatic service software updates are enabled for the domain. Defaults to
false
.