CreateTransitGatewayVpcAttachmentRequestOptions
public struct CreateTransitGatewayVpcAttachmentRequestOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Enable or disable DNS support. The default is enable.
Declaration
Swift
public let dnsSupport: DnsSupportValue?
-
Enable or disable IPv6 support. The default is enable.
Declaration
Swift
public let ipv6Support: Ipv6SupportValue?
-
Undocumented
Declaration
Swift
public init(dnsSupport: DnsSupportValue? = nil, ipv6Support: Ipv6SupportValue? = nil)