Values.CreateDataLakeExceptionSubscriptionRequestSourceCreates the specified notification subscription in Amazon Security Lake for the organization you specify. The notification subscription is created for exceptions that cannot be resolved by Security Lake automatically.
type nonrec t = {exceptionTimeToLive : CreateDataLakeExceptionSubscriptionRequestExceptionTimeToLiveLong.t
option;The expiration period and time-to-live (TTL). It is the duration of time until which the exception message remains.
*)notificationEndpoint : SafeString.t;The Amazon Web Services account where you want to receive exception notifications.
*)subscriptionProtocol : SubscriptionProtocol.t;The subscription protocol to which exception notifications are posted.
*)}val make :
?exceptionTimeToLive:??? ->
notificationEndpoint:SafeString.t ->
subscriptionProtocol:SubscriptionProtocol.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of
CreateDataLakeExceptionSubscriptionRequestExceptionTimeToLiveLong.t
| `String of SafeString.t ])
list ]