Options Properties Args
data class OptionsPropertiesArgs(val applianceModeSupport: Output<String>? = null, val dnsSupport: Output<String>? = null, val ipv6Support: Output<String>? = null, val securityGroupReferencingSupport: Output<String>? = null) : ConvertibleToJava<OptionsPropertiesArgs>
The options for the transit gateway vpc attachment.
Properties
Link copied to clipboard
Indicates whether to enable Ipv6 Support for Vpc Attachment. Valid Values: enable | disable
Link copied to clipboard
Indicates whether to enable DNS Support for Vpc Attachment. Valid Values: enable | disable
Link copied to clipboard
Indicates whether to enable Ipv6 Support for Vpc Attachment. Valid Values: enable | disable
Link copied to clipboard
Indicates whether to enable Security Group referencing support for Vpc Attachment. Valid values: enable | disable