CreateConditionalForwarderRequest

public struct CreateConditionalForwarderRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The directory ID of the AWS directory for which you are creating the conditional forwarder.

    Declaration

    Swift

    public let directoryId: String
  • The IP addresses of the remote DNS server associated with RemoteDomainName.

    Declaration

    Swift

    public let dnsIpAddrs: [String]
  • The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

    Declaration

    Swift

    public let remoteDomainName: String
  • Undocumented

    Declaration

    Swift

    public init(directoryId: String, dnsIpAddrs: [String], remoteDomainName: String)
  • Declaration

    Swift

    public func validate(name: String) throws