Bridge Flow Source
data class BridgeFlowSource(val flowArn: String, val flowVpcInterfaceAttachment: BridgeVpcInterfaceAttachment? = null, val name: String)
The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow.
Constructors
Link copied to clipboard
constructor(flowArn: String, flowVpcInterfaceAttachment: BridgeVpcInterfaceAttachment? = null, name: String)