Module Values.EndpointDetailsSource

Information about the endpoint details.

Sourcetype nonrec t = {
  1. securityDetails : SecurityDetails.t option;
    (*

    Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to instances.

    *)
  2. endpoint : DataflowEndpoint.t option;
    (*

    A dataflow endpoint.

    *)
  3. awsGroundStationAgentEndpoint : AwsGroundStationAgentEndpoint.t option;
    (*

    An agent endpoint.

    *)
  4. uplinkAwsGroundStationAgentEndpoint : UplinkAwsGroundStationAgentEndpointDetails.t option;
    (*

    Definition for an uplink agent endpoint

    *)
  5. downlinkAwsGroundStationAgentEndpoint : DownlinkAwsGroundStationAgentEndpointDetails.t option;
    (*

    Definition for a downlink agent endpoint

    *)
  6. healthStatus : CapabilityHealth.t option;
    (*

    A dataflow endpoint health status. This field is ignored when calling CreateDataflowEndpointGroup.

    *)
  7. healthReasons : CapabilityHealthReasonList.t option;
    (*

    Health reasons for a dataflow endpoint. This field is ignored when calling CreateDataflowEndpointGroup.

    *)
}
Sourceval make : ?securityDetails:??? -> ?endpoint:??? -> ?awsGroundStationAgentEndpoint:??? -> ?uplinkAwsGroundStationAgentEndpoint:??? -> ?downlinkAwsGroundStationAgentEndpoint:??? -> ?healthStatus:??? -> ?healthReasons:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `Structure of (string * [> `Enum of string | `Integer of DataflowEndpointMtuInteger.t | `List of [> `String of String_.t ] list | `String of RoleArn.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `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 ]
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