ClassicLinkDnsSupport

public struct ClassicLinkDnsSupport : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates whether ClassicLink DNS support is enabled for the VPC.

    Declaration

    Swift

    public let classicLinkDnsSupported: Bool?
  • The ID of the VPC.

    Declaration

    Swift

    public let vpcId: String?
  • Undocumented

    Declaration

    Swift

    public init(classicLinkDnsSupported: Bool? = nil, vpcId: String? = nil)