VpcAttachmentVpcOptionsArgs

data class VpcAttachmentVpcOptionsArgs(val applianceModeSupport: Output<Boolean>? = null, val ipv6Support: Output<Boolean>? = null) : ConvertibleToJava<VpcAttachmentVpcOptionsArgs>

Vpc options of the attachment.

Constructors

Link copied to clipboard
constructor(applianceModeSupport: Output<Boolean>? = null, ipv6Support: Output<Boolean>? = null)

Properties

Link copied to clipboard
val applianceModeSupport: Output<Boolean>? = null

Indicates whether to enable ApplianceModeSupport Support for Vpc Attachment. Valid Values: true | false

Link copied to clipboard
val ipv6Support: Output<Boolean>? = null

Indicates whether to enable Ipv6 Support for Vpc Attachment. Valid Values: enable | disable

Functions

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