BridgeSourceVpcInterfaceAttachmentArgs

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

The settings for attaching a VPC interface to an resource.

Constructors

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

Functions

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

Properties

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

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