You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectoryService::Types::UpdateConditionalForwarderRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateConditionalForwarderRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  directory_id: "DirectoryId", # required
  remote_domain_name: "RemoteDomainName", # required
  dns_ip_addrs: ["IpAddr"], # required
}

Updates a conditional forwarder.

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The directory ID of the AWS directory for which to update the conditional forwarder.

Returns:

  • (String)

    The directory ID of the AWS directory for which to update the conditional forwarder.

#dns_ip_addrsArray<String>

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

Returns:

  • (Array<String>)

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

#remote_domain_nameString

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

Returns:

  • (String)

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