Bridge Source Bridge Flow Source
data class BridgeSourceBridgeFlowSource(val flowArn: String, val flowVpcInterfaceAttachment: BridgeSourceVpcInterfaceAttachment? = null)
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: BridgeSourceVpcInterfaceAttachment? = null)