events

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

Parameters

value

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


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


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

Parameters

values

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