Module Values.BridgeFlowOutputSource

The output of the bridge. A flow output is delivered to the Amazon Web Services cloud.

Sourcetype nonrec t = {
  1. flowArn : String_.t option;
    (*

    The Amazon Resource Number (ARN) of the cloud flow.

    *)
  2. flowSourceArn : String_.t option;
    (*

    The Amazon Resource Number (ARN) of the flow source.

    *)
  3. name : String_.t option;
    (*

    The name of the bridge's output.

    *)
}
Sourceval make : ?flowArn:??? -> ?flowSourceArn:??? -> ?name:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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