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
constructor(bridgeArn: Output<String>, vpcInterfaceAttachment: Output<FlowVpcInterfaceAttachmentArgs>? = null)

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.

Functions

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