:doc:`DirectoryService <../../ds>` / Client / update_conditional_forwarder

****************************
update_conditional_forwarder
****************************



.. py:method:: DirectoryService.Client.update_conditional_forwarder(**kwargs)

  

  Updates a conditional forwarder that has been set up for your Amazon Web Services directory.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateConditionalForwarder>`_  


  **Request Syntax**
  ::

    response = client.update_conditional_forwarder(
        DirectoryId='string',
        RemoteDomainName='string',
        DnsIpAddrs=[
            'string',
        ],
        DnsIpv6Addrs=[
            'string',
        ]
    )
    
  :type DirectoryId: string
  :param DirectoryId: **[REQUIRED]** 

    The directory ID of the Amazon Web Services directory for which to update the conditional forwarder.

    

  
  :type RemoteDomainName: string
  :param RemoteDomainName: **[REQUIRED]** 

    The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

    

  
  :type DnsIpAddrs: list
  :param DnsIpAddrs: 

    The updated IP addresses of the remote DNS server associated with the conditional forwarder.

    

  
    - *(string) --* 

    

  :type DnsIpv6Addrs: list
  :param DnsIpv6Addrs: 

    The updated IPv6 addresses of the remote DNS server associated with the conditional forwarder.

    

  
    - *(string) --* 

    

  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      The result of an UpdateConditionalForwarder request.

      
  
  **Exceptions**
  
  *   :py:class:`DirectoryService.Client.exceptions.EntityDoesNotExistException`

  
  *   :py:class:`DirectoryService.Client.exceptions.DirectoryUnavailableException`

  
  *   :py:class:`DirectoryService.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`DirectoryService.Client.exceptions.UnsupportedOperationException`

  
  *   :py:class:`DirectoryService.Client.exceptions.ClientException`

  
  *   :py:class:`DirectoryService.Client.exceptions.ServiceException`

  