AWS::CodeDeploy::DeploymentGroup TriggerConfig
Information about notification triggers for the deployment group.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "TriggerEvents" :
[ String, ... ]
, "TriggerName" :String
, "TriggerTargetArn" :String
}
YAML
TriggerEvents:
- String
TriggerName:String
TriggerTargetArn:String
Properties
TriggerEvents
-
The event type or types that trigger notifications.
Required: No
Type: Array of String
Update requires: No interruption
TriggerName
-
The name of the notification trigger.
Required: No
Type: String
Update requires: No interruption
TriggerTargetArn
-
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.
Required: No
Type: String
Update requires: No interruption