DeploymentGroupTriggerConfigurationArgs

data class DeploymentGroupTriggerConfigurationArgs(val triggerEvents: Output<List<String>>, val triggerName: Output<String>, val triggerTargetArn: Output<String>) : ConvertibleToJava<DeploymentGroupTriggerConfigurationArgs>

Constructors

Link copied to clipboard
constructor(triggerEvents: Output<List<String>>, triggerName: Output<String>, triggerTargetArn: Output<String>)

Properties

Link copied to clipboard
val triggerEvents: Output<List<String>>

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.

Link copied to clipboard
val triggerName: Output<String>

The name of the notification trigger.

Link copied to clipboard

The ARN of the SNS topic through which notifications are sent.

Functions

Link copied to clipboard
open override fun toJava(): DeploymentGroupTriggerConfigurationArgs