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