Options Properties Args
data class OptionsPropertiesArgs(val applianceModeSupport: Output<String>? = null, val dnsSupport: Output<String>? = null, val ipv6Support: Output<String>? = null) : ConvertibleToJava<OptionsPropertiesArgs>
The options for the transit gateway vpc attachment.
Constructors
Link copied to clipboard
fun OptionsPropertiesArgs(applianceModeSupport: Output<String>? = null, dnsSupport: Output<String>? = null, ipv6Support: Output<String>? = null)