ConditionalForwarder

public struct ConditionalForwarder : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.

    Declaration

    Swift

    public let dnsIpAddrs: [String]?
  • The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

    Declaration

    Swift

    public let remoteDomainName: String?
  • The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.

    Declaration

    Swift

    public let replicationScope: ReplicationScope?
  • Undocumented

    Declaration

    Swift

    public init(dnsIpAddrs: [String]? = nil, remoteDomainName: String? = nil, replicationScope: ReplicationScope? = nil)