DnsConfigChange

public struct DnsConfigChange : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array that contains one DnsRecord object for each Route 53 record that you want AWS Cloud Map to create when you register an instance.

    Declaration

    Swift

    public let dnsRecords: [DnsRecord]
  • Undocumented

    Declaration

    Swift

    public init(dnsRecords: [DnsRecord])
  • Declaration

    Swift

    public func validate(name: String) throws