Nameserver

public struct Nameserver : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com. Constraints: The list can contain only one IPv4 and one IPv6 address.

    Declaration

    Swift

    public let glueIps: [String]?
  • The fully qualified host name of the name server. Constraint: Maximum 255 characters

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(glueIps: [String]? = nil, name: String)
  • Declaration

    Swift

    public func validate(name: String) throws