Module Values.CreateDataLakeExceptionSubscriptionRequestSource

Creates 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.

Sourcetype nonrec t = {
  1. exceptionTimeToLive : CreateDataLakeExceptionSubscriptionRequestExceptionTimeToLiveLong.t option;
    (*

    The expiration period and time-to-live (TTL). It is the duration of time until which the exception message remains.

    *)
  2. notificationEndpoint : SafeString.t;
    (*

    The Amazon Web Services account where you want to receive exception notifications.

    *)
  3. subscriptionProtocol : SubscriptionProtocol.t;
    (*

    The subscription protocol to which exception notifications are posted.

    *)
}
Sourceval context_ : string
Sourceval make : ?exceptionTimeToLive:??? -> notificationEndpoint:SafeString.t -> subscriptionProtocol:SubscriptionProtocol.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of CreateDataLakeExceptionSubscriptionRequestExceptionTimeToLiveLong.t | `String of SafeString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t