AWS::CodeDeploy::DeploymentGroup TriggerConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::CodeDeploy::DeploymentGroup TriggerConfig

Information about notification triggers for the deployment group.

Syntax

To declare this entity in your Amazon 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