class Aws::CodeDeploy::Types::TriggerConfig
Information about notification triggers for the deployment group.
@note When making an API call, you may pass TriggerConfig
data as a hash: { trigger_name: "TriggerName", trigger_target_arn: "TriggerTargetArn", trigger_events: ["DeploymentStart"], # accepts DeploymentStart, DeploymentSuccess, DeploymentFailure, DeploymentStop, DeploymentRollback, DeploymentReady, InstanceStart, InstanceSuccess, InstanceFailure, InstanceReady }
@!attribute [rw] trigger_name
The name of the notification trigger. @return [String]
@!attribute [rw] trigger_target_arn
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent. @return [String]
@!attribute [rw] trigger_events
The event type or types for which notifications are triggered. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TriggerConfig AWS API Documentation
Constants
- SENSITIVE