Module Values.AddBridgeFlowSourceRequestSource

Add a flow source to an existing bridge.

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

    The Amazon Resource Number (ARN) of the flow to use as a source of this bridge.

    *)
  2. flowVpcInterfaceAttachment : VpcInterfaceAttachment.t option;
    (*

    The name of the VPC interface attachment to use for this source.

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

    The name of the flow source. This name is used to reference the source and must be unique among sources in this bridge.

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