| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.DirectoryService.CreateConditionalForwarder
Description
Creates a conditional forwarder associated with your AWS directory. Conditional forwarders are required in order to set up a trust relationship with another domain. The conditional forwarder points to the trusted domain.
- createConditionalForwarder :: Text -> Text -> CreateConditionalForwarder
- data CreateConditionalForwarder
- ccfDirectoryId :: Lens' CreateConditionalForwarder Text
- ccfRemoteDomainName :: Lens' CreateConditionalForwarder Text
- ccfDNSIPAddrs :: Lens' CreateConditionalForwarder [Text]
- createConditionalForwarderResponse :: Int -> CreateConditionalForwarderResponse
- data CreateConditionalForwarderResponse
- ccfrsResponseStatus :: Lens' CreateConditionalForwarderResponse Int
Creating a Request
createConditionalForwarder Source #
Arguments
| :: Text | |
| -> Text | |
| -> CreateConditionalForwarder |
Creates a value of CreateConditionalForwarder with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ccfDirectoryId- The directory ID of the AWS directory for which you are creating the conditional forwarder.ccfRemoteDomainName- The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.ccfDNSIPAddrs- The IP addresses of the remote DNS server associated with RemoteDomainName.
data CreateConditionalForwarder Source #
Initiates the creation of a conditional forwarder for your AWS Directory Service for Microsoft Active Directory. Conditional forwarders are required in order to set up a trust relationship with another domain.
See: createConditionalForwarder smart constructor.
Instances
Request Lenses
ccfDirectoryId :: Lens' CreateConditionalForwarder Text Source #
The directory ID of the AWS directory for which you are creating the conditional forwarder.
ccfRemoteDomainName :: Lens' CreateConditionalForwarder Text Source #
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
ccfDNSIPAddrs :: Lens' CreateConditionalForwarder [Text] Source #
The IP addresses of the remote DNS server associated with RemoteDomainName.
Destructuring the Response
createConditionalForwarderResponse Source #
Arguments
| :: Int | |
| -> CreateConditionalForwarderResponse |
Creates a value of CreateConditionalForwarderResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ccfrsResponseStatus- -- | The response status code.
data CreateConditionalForwarderResponse Source #
The result of a CreateConditinalForwarder request.
See: createConditionalForwarderResponse smart constructor.
Instances
Response Lenses
ccfrsResponseStatus :: Lens' CreateConditionalForwarderResponse Int Source #
- - | The response status code.