Deployment Group Trigger Configuration
data class DeploymentGroupTriggerConfiguration(val triggerEvents: List<String>, val triggerName: String, val triggerTargetArn: String)
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
The name of the notification trigger.
Link copied to clipboard
The ARN of the SNS topic through which notifications are sent.