Vpc Attachment Options Args
data class VpcAttachmentOptionsArgs(val applianceModeSupport: Output<Boolean>? = null, val ipv6Support: Output<Boolean>? = null) : ConvertibleToJava<VpcAttachmentOptionsArgs>
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
Indicates whether IPv6 is supported. If the VPC attachment is pending acceptance, changing this value will recreate the resource.