VpcAttachmentVpcOptions

data class VpcAttachmentVpcOptions(val applianceModeSupport: Boolean? = null, val ipv6Support: Boolean? = null)

Vpc options of the attachment.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val ipv6Support: Boolean? = null

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