DeploymentGroupTriggerConfiguration class
Constructors
-
DeploymentGroupTriggerConfiguration({required Input<List<String>> triggerEvents, required Input<String> triggerName, required Input<String> triggerTargetArn})
-
Creates a new DeploymentGroupTriggerConfiguration.
triggerEvents The event type or types for which notifications are triggered. Some values that are supported: DeploymentStart, DeploymentSuccess, DeploymentFailure, DeploymentStop, DeploymentRollback, InstanceStart, InstanceSuccess, InstanceFailure. See the CodeDeploy documentation for all possible values.
triggerName The name of the notification trigger.
triggerTargetArn The ARN of the SNS topic through which notifications are sent.
const
-
DeploymentGroupTriggerConfiguration.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
triggerEvents
→ Input<List<String>>
-
The event type or types for which notifications are triggered. Some values that are supported:
DeploymentStart, DeploymentSuccess, DeploymentFailure, DeploymentStop, DeploymentRollback, InstanceStart, InstanceSuccess, InstanceFailure. See the CodeDeploy documentation for all possible values.
final
-
triggerName
→ Input<String>
-
The name of the notification trigger.
final
-
triggerTargetArn
→ Input<String>
-
The ARN of the SNS topic through which notifications are sent.
final