Instance Maintenance Options Args
data class InstanceMaintenanceOptionsArgs(val autoRecovery: Output<String>? = null) : ConvertibleToJava<InstanceMaintenanceOptionsArgs>
Properties
Link copied to clipboard
Automatic recovery behavior of the Instance. Can be "default"
or "disabled"
. See Recover your instance for more details.