Deployment Group Trigger Configuration Args
data class DeploymentGroupTriggerConfigurationArgs(val triggerEvents: Output<List<String>>, val triggerName: Output<String>, val triggerTargetArn: Output<String>) : ConvertibleToJava<DeploymentGroupTriggerConfigurationArgs>
Constructors
Link copied to clipboard
fun DeploymentGroupTriggerConfigurationArgs(triggerEvents: Output<List<String>>, triggerName: Output<String>, triggerTargetArn: Output<String>)
Functions
Properties
Link copied to clipboard
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
Link copied to clipboard