VpcAttachmentOptionsArgs

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

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 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: Output<Boolean>? = null

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

Functions

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