events

@JvmName(name = "jkaqjaqqxedjefkd")
suspend fun events(value: Output<List<String>>)
@JvmName(name = "xppdptbkuevaxhxi")
suspend fun events(value: List<String>?)

Parameters

value

The event type or types that trigger a rollback. Supported types are DEPLOYMENT_FAILURE, DEPLOYMENT_STOP_ON_ALARM and DEPLOYMENT_STOP_ON_REQUEST. Only one auto_rollback_configuration is allowed.


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


@JvmName(name = "lmxvhwoxkoewwvni")
suspend fun events(values: List<Output<String>>)
@JvmName(name = "tpaefsmtmmlxesli")
suspend fun events(vararg values: String)

Parameters

values

The event type or types that trigger a rollback. Supported types are DEPLOYMENT_FAILURE, DEPLOYMENT_STOP_ON_ALARM and DEPLOYMENT_STOP_ON_REQUEST. Only one auto_rollback_configuration is allowed.