OptionsProperties

data class OptionsProperties(val applianceModeSupport: String? = null, val dnsSupport: String? = null, val ipv6Support: String? = null, val securityGroupReferencingSupport: String? = null)

The options for the transit gateway vpc attachment.

Constructors

Link copied to clipboard
constructor(applianceModeSupport: String? = null, dnsSupport: String? = null, ipv6Support: String? = null, securityGroupReferencingSupport: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether to enable Ipv6 Support for Vpc Attachment. Valid Values: enable | disable

Link copied to clipboard
val dnsSupport: String? = null

Indicates whether to enable DNS Support for Vpc Attachment. Valid Values: enable | disable

Link copied to clipboard
val ipv6Support: String? = null

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