events

@JvmName(name = "ksnpwxirrcfndwqt")
suspend fun events(value: Output<List<String>>)
@JvmName(name = "nbwnahxswekumple")
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 = "hpsnlmbakuqqntex")
suspend fun events(vararg values: Output<String>)


@JvmName(name = "cyinjylenfngqtkt")
suspend fun events(values: List<Output<String>>)
@JvmName(name = "cnrxbbqcmxxmrogy")
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.