Bridge Flow Source Args
data class BridgeFlowSourceArgs(val flowArn: Output<String>, val flowVpcInterfaceAttachment: Output<BridgeVpcInterfaceAttachmentArgs>? = null, val name: Output<String>) : ConvertibleToJava<BridgeFlowSourceArgs>
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<BridgeVpcInterfaceAttachmentArgs>? = null, name: Output<String>)