FlowSourceGatewayBridgeSourceArgs

data class FlowSourceGatewayBridgeSourceArgs(val bridgeArn: Output<String>, val vpcInterfaceAttachment: Output<FlowSourceVpcInterfaceAttachmentArgs>? = null) : ConvertibleToJava<FlowSourceGatewayBridgeSourceArgs>

The source configuration for cloud flows receiving a stream from a bridge.

Constructors

Link copied to clipboard
fun FlowSourceGatewayBridgeSourceArgs(bridgeArn: Output<String>, vpcInterfaceAttachment: Output<FlowSourceVpcInterfaceAttachmentArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val bridgeArn: Output<String>

The ARN of the bridge feeding this flow.

Link copied to clipboard

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