Values.CreateBridgeRequestSourceCreates a new bridge. The request must include one source.
type nonrec t = {egressGatewayBridge : AddEgressGatewayBridgeRequest.t option;An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.
*)ingressGatewayBridge : AddIngressGatewayBridgeRequest.t option;An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.
*)name : String_.t;The name of the bridge. This name can not be modified after the bridge is created.
*)outputs : AddBridgeOutputRequest.t list option;The outputs that you want to add to this bridge.
*)placementArn : String_.t;The bridge placement Amazon Resource Number (ARN).
*)sourceFailoverConfig : FailoverConfig.t option;The settings for source failover.
*)sources : AddBridgeSourceRequest.t list;The sources that you want to add to this bridge.
*)}val make :
?egressGatewayBridge:??? ->
?ingressGatewayBridge:??? ->
?outputs:??? ->
?sourceFailoverConfig:??? ->
name:String_.t ->
placementArn:String_.t ->
sources:AddBridgeSourceRequest.t list ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list ])
list ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]