BridgeFlowSourceArgs

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>)

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.

Link copied to clipboard
val name: Output<String>

The name of the flow source.

Functions

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