triggerEvents

@JvmName(name = "uefppgpvnikpeuho")
suspend fun triggerEvents(value: Output<List<String>>)
@JvmName(name = "dmuqrrgdvtliyyki")
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 = "kdxnpxwhhypqseth")
suspend fun triggerEvents(vararg values: Output<String>)


@JvmName(name = "rujrapupvgboinea")
suspend fun triggerEvents(values: List<Output<String>>)
@JvmName(name = "tlyakqtetsbsvmlh")
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.