BridgeSourceBridgeFlowSourceArgs

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)

Properties

Link copied to clipboard
val flowArn: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): BridgeSourceBridgeFlowSourceArgs