Values.TriggerConfigSourceInformation about notification triggers for the deployment group.
type nonrec t = {triggerName : TriggerName.t option;The name of the notification trigger.
*)triggerTargetArn : TriggerTargetArn.t option;The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.
*)triggerEvents : TriggerEventTypeList.t option;The event type or types for which notifications are triggered.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list | `String of TriggerName.t ])
list ]