update_conditional_forwarder(**kwargs)¶Updates a conditional forwarder that has been set up for your Amazon Web Services directory.
See also: AWS API Documentation
Request Syntax
response = client.update_conditional_forwarder(
DirectoryId='string',
RemoteDomainName='string',
DnsIpAddrs=[
'string',
]
)
[REQUIRED]
The directory ID of the Amazon Web Services directory for which to update the conditional forwarder.
[REQUIRED]
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
[REQUIRED]
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
dict
Response Syntax
{}
Response Structure
(dict) --
The result of an UpdateConditionalForwarder request.
Exceptions
DirectoryService.Client.exceptions.EntityDoesNotExistExceptionDirectoryService.Client.exceptions.DirectoryUnavailableExceptionDirectoryService.Client.exceptions.InvalidParameterExceptionDirectoryService.Client.exceptions.UnsupportedOperationExceptionDirectoryService.Client.exceptions.ClientExceptionDirectoryService.Client.exceptions.ServiceException