Module Values.DisableFederationRequestSource

Disables Lake query federation on the specified event data store. When you disable federation, CloudTrail disables the integration with Glue, Lake Formation, and Amazon Athena. After disabling Lake query federation, you can no longer query your event data in Amazon Athena. No CloudTrail Lake data is deleted when you disable federation and you can continue to run queries in CloudTrail Lake.

Sourcetype nonrec t = {
  1. eventDataStore : EventDataStoreArn.t;
    (*

    The ARN (or ID suffix of the ARN) of the event data store for which you want to disable Lake query federation.

    *)
}
Sourceval context_ : string
Sourceval make : eventDataStore:EventDataStoreArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EventDataStoreArn.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