OptionsPropertiesArgs

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.

Constructors

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

Properties

Link copied to clipboard
val applianceModeSupport: Output<String>? = null

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

Link copied to clipboard
val dnsSupport: Output<String>? = null

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

Link copied to clipboard
val ipv6Support: Output<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

Functions

Link copied to clipboard
open override fun toJava(): OptionsPropertiesArgs