Values.BridgeSourceA Bridge is the connection between your data center's Instances and the Amazon Web Services cloud. A bridge can be used to send video from the Amazon Web Services cloud to your data center or from your data center to the Amazon Web Services cloud.
type nonrec t = {bridgeArn : String_.t option;The Amazon Resource Number (ARN) of the bridge.
*)bridgeMessages : MessageDetail.t list option;Messages with details about the bridge.
*)bridgeState : BridgeState.t option;The state of the bridge.
*)egressGatewayBridge : EgressGatewayBridge.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 : IngressGatewayBridge.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 option;The name of the bridge.
*)outputs : BridgeOutput.t list option;The outputs on this bridge.
*)placementArn : String_.t option;The placement Amazon Resource Number (ARN) of the bridge.
*)sourceFailoverConfig : FailoverConfig.t option;The settings for source failover.
*)sources : BridgeSource.t list option;The sources on this bridge.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of String_.t
| `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
| `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]