| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DirectoryService.Types.ConditionalForwarder
Description
Synopsis
- data ConditionalForwarder = ConditionalForwarder' {}
- newConditionalForwarder :: ConditionalForwarder
- conditionalForwarder_dnsIpAddrs :: Lens' ConditionalForwarder (Maybe [Text])
- conditionalForwarder_remoteDomainName :: Lens' ConditionalForwarder (Maybe Text)
- conditionalForwarder_replicationScope :: Lens' ConditionalForwarder (Maybe ReplicationScope)
Documentation
data ConditionalForwarder Source #
Points to a remote domain with which you are setting up a trust relationship. Conditional forwarders are required in order to set up a trust relationship with another domain.
See: newConditionalForwarder smart constructor.
Constructors
| ConditionalForwarder' | |
Fields
| |
Instances
newConditionalForwarder :: ConditionalForwarder Source #
Create a value of ConditionalForwarder with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dnsIpAddrs:ConditionalForwarder', conditionalForwarder_dnsIpAddrs - 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.
$sel:remoteDomainName:ConditionalForwarder', conditionalForwarder_remoteDomainName - The fully qualified domain name (FQDN) of the remote domains pointed to
by the conditional forwarder.
$sel:replicationScope:ConditionalForwarder', conditionalForwarder_replicationScope - 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 Amazon Web Services directory.
conditionalForwarder_dnsIpAddrs :: Lens' ConditionalForwarder (Maybe [Text]) Source #
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.
conditionalForwarder_remoteDomainName :: Lens' ConditionalForwarder (Maybe Text) Source #
The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.
conditionalForwarder_replicationScope :: Lens' ConditionalForwarder (Maybe ReplicationScope) Source #
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 Amazon Web Services directory.