Values.EventSubscriptionSourceIndicates an event you would like to subscribe and get notification for. Currently, Resilience Hub supports notifications only for Drift detected and Scheduled assessment failure events.
type nonrec t = {eventType : EventType.t;The type of event you would like to subscribe and get notification for. Currently, Resilience Hub supports notifications only for Drift detected (DriftDetected) and Scheduled assessment failure (ScheduledAssessmentFailure) events.
*)name : String255.t;Unique name to identify an event subscription.
*)snsTopicArn : Arn.t option;Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic. The format for this ARN is: arn:partition:sns:region:account:topic-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of String255.t ]) list ]