BridgeSourceBridgeFlowSource

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)

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.