Bridge Source Bridge Flow Source Args
data class BridgeSourceBridgeFlowSourceArgs(val flowArn: Output<String>, val flowVpcInterfaceAttachment: Output<BridgeSourceVpcInterfaceAttachmentArgs>? = null) : ConvertibleToJava<BridgeSourceBridgeFlowSourceArgs>
The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow.
Constructors
Link copied to clipboard
constructor(flowArn: Output<String>, flowVpcInterfaceAttachment: Output<BridgeSourceVpcInterfaceAttachmentArgs>? = null)