DeploymentGroupTriggerConfiguration

data class DeploymentGroupTriggerConfiguration(val triggerEvents: List<String>, val triggerName: String, val triggerTargetArn: String)

Constructors

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

Types

Link copied to clipboard
object Companion

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.