Module Values.SetGatewayBridgeSourceRequestSource

The source configuration for cloud flows receiving a stream from a bridge.

Sourcetype nonrec t = {
  1. bridgeArn : SetGatewayBridgeSourceRequestBridgeArnString.t;
    (*

    The ARN of the bridge feeding this flow.

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

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

    *)
}
Sourceval context_ : string
Sourceval make : ?vpcInterfaceAttachment:??? -> bridgeArn:SetGatewayBridgeSourceRequestBridgeArnString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SetGatewayBridgeSourceRequestBridgeArnString.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