Module Values.CreateDataflowEndpointGroupV2RequestSource

Creates a DataflowEndpoint group containing the specified list of Ground Station Agent based endpoints. The name field in each endpoint is used in your mission profile DataflowEndpointConfig to specify which endpoints to use during a contact. When a contact uses multiple DataflowEndpointConfig objects, each Config must match a DataflowEndpoint in the same group.

Sourcetype nonrec t = {
  1. endpoints : CreateEndpointDetailsList.t;
    (*

    Dataflow endpoint group's endpoint definitions

    *)
  2. contactPrePassDurationSeconds : DataflowEndpointGroupDurationInSeconds.t option;
    (*

    Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a PREPASS state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the PREPASS state.

    *)
  3. contactPostPassDurationSeconds : DataflowEndpointGroupDurationInSeconds.t option;
    (*

    Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a POSTPASS state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the POSTPASS state.

    *)
  4. tags : TagsMap.t option;
    (*

    Tags of a V2 dataflow endpoint group.

    *)
}
Sourceval context_ : string
Sourceval make : ?contactPrePassDurationSeconds:??? -> ?contactPostPassDurationSeconds:??? -> ?tags:??? -> endpoints:CreateEndpointDetailsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of DataflowEndpointGroupDurationInSeconds.t | `List of [> `Structure of (string * [> `Structure of (string * [> `String of SafeName.t | `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Integer of Integer.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list ]) 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