VpcAttachmentOptions

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

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 appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. If the VPC attachment is pending acceptance, changing this value will recreate the resource.

Link copied to clipboard
val ipv6Support: Boolean? = null

Indicates whether IPv6 is supported. If the VPC attachment is pending acceptance, changing this value will recreate the resource.