FlowOutputVpcInterfaceAttachmentArgs

data class FlowOutputVpcInterfaceAttachmentArgs(val vpcInterfaceName: Output<String>? = null) : ConvertibleToJava<FlowOutputVpcInterfaceAttachmentArgs>

The settings for attaching a VPC interface to an output.

Constructors

Link copied to clipboard
constructor(vpcInterfaceName: Output<String>? = null)

Properties

Link copied to clipboard
val vpcInterfaceName: Output<String>? = null

The name of the VPC interface to use for this output.

Functions

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