AWS::CodeDeploy::DeploymentGroup TriggerConfig - AWS CloudFormation (original) (raw)
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
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.