UpdateConditionalForwarderRequest
public struct UpdateConditionalForwarderRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The directory ID of the AWS directory for which to update the conditional forwarder.
Declaration
Swift
public let directoryId: String -
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
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
View on GitHub
UpdateConditionalForwarderRequest Structure Reference