Deployment Group Trigger Configuration
data class DeploymentGroupTriggerConfiguration(val triggerEvents: List<String>, val triggerName: String, val triggerTargetArn: String)
Constructors
Link copied to clipboard
fun DeploymentGroupTriggerConfiguration(triggerEvents: List<String>, triggerName: String, triggerTargetArn: String)
Types
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