FlowSourceGatewayBridgeSource

data class FlowSourceGatewayBridgeSource(val bridgeArn: String, val vpcInterfaceAttachment: FlowSourceVpcInterfaceAttachment? = null)

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

Constructors

Link copied to clipboard
constructor(bridgeArn: String, vpcInterfaceAttachment: FlowSourceVpcInterfaceAttachment? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.