FlowGatewayBridgeSourceArgs

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

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

Constructors

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

Functions

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

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.