AWS CodeDeploy DeploymentGroup TriggerConfig
The TriggerConfig property type specifies a notification trigger for an
AWS CodeDeploy
deployment group. The TriggerConfigurations property of the
AWS::CodeDeploy::DeploymentGroup resource contains a list of
TriggerConfig property types.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "TriggerEvents" : [String, ...], "TriggerName" :String, "TriggerTargetArn" :String}
YAML
TriggerEvents: -StringTriggerName:StringTriggerTargetArn:String
Properties
For more information about each property, including constraints and valid values, see TriggerConfig in the AWS CodeDeploy API Reference.
TriggerEvents-
The event type or types that trigger notifications.
Required: No
Type: List of String values
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
