BridgeFlowSource

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the cloud flow used as a source of this bridge.

Link copied to clipboard

The name of the VPC interface attachment to use for this source.

Link copied to clipboard

The name of the flow source.