suspendedProcesses

@JvmName(name = "xlynmclmdwplljhq")
suspend fun suspendedProcesses(value: Output<List<String>>)
@JvmName(name = "rlhibmapmdiruxiv")
suspend fun suspendedProcesses(value: List<String>?)

Parameters

value

List of processes to suspend for the Auto Scaling Group. The allowed values are Launch, Terminate, HealthCheck, ReplaceUnhealthy, AZRebalance, AlarmNotification, ScheduledActions, AddToLoadBalancer, InstanceRefresh. Note that if you suspend either the Launch or Terminate process types, it can prevent your Auto Scaling Group from functioning properly.


@JvmName(name = "qhetuekabaxitthj")
suspend fun suspendedProcesses(vararg values: Output<String>)


@JvmName(name = "gshpnupjrjyesfoc")
suspend fun suspendedProcesses(values: List<Output<String>>)
@JvmName(name = "rmeqgdytabxvouad")
suspend fun suspendedProcesses(vararg values: String)

Parameters

values

List of processes to suspend for the Auto Scaling Group. The allowed values are Launch, Terminate, HealthCheck, ReplaceUnhealthy, AZRebalance, AlarmNotification, ScheduledActions, AddToLoadBalancer, InstanceRefresh. Note that if you suspend either the Launch or Terminate process types, it can prevent your Auto Scaling Group from functioning properly.