triggerEvents

@JvmName(name = "gsqrfpumutksjtep")
suspend fun triggerEvents(value: Output<List<String>>)
@JvmName(name = "sypwambbeptdsfld")
suspend fun triggerEvents(value: List<String>)

Parameters

value

The event type or types for which notifications are triggered. Some values that are supported: DeploymentStart, DeploymentSuccess, DeploymentFailure, DeploymentStop, DeploymentRollback, InstanceStart, InstanceSuccess, InstanceFailure. See the CodeDeploy documentation for all possible values.


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


@JvmName(name = "jgbkakvmqerkwrol")
suspend fun triggerEvents(values: List<Output<String>>)
@JvmName(name = "pkavdadsmkorgeve")
suspend fun triggerEvents(vararg values: String)

Parameters

values

The event type or types for which notifications are triggered. Some values that are supported: DeploymentStart, DeploymentSuccess, DeploymentFailure, DeploymentStop, DeploymentRollback, InstanceStart, InstanceSuccess, InstanceFailure. See the CodeDeploy documentation for all possible values.