Module Values.StartEventDataStoreIngestionRequestSource

Starts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To start ingestion, the event data store Status must be STOPPED_INGESTION and the eventCategory must be Management, Data, NetworkActivity, or ConfigurationItem.

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 start ingestion.

    *)
}
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