max Duration
suspend fun maxDuration(value: Output<InstanceFromMachineImageSchedulingGracefulShutdownMaxDurationArgs>)
Parameters
value
The time allotted for the instance to gracefully shut down. If the graceful shutdown isn't complete after this time, then the instance transitions to the STOPPING state.
suspend fun maxDuration(argument: suspend InstanceFromMachineImageSchedulingGracefulShutdownMaxDurationArgsBuilder.() -> Unit)
Parameters
argument
The time allotted for the instance to gracefully shut down. If the graceful shutdown isn't complete after this time, then the instance transitions to the STOPPING state.