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

Class: Aws::DirectoryService::Types::CreateConditionalForwarderRequest

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

Overview

Note:

When passing CreateConditionalForwarderRequest 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
}

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.

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The directory ID of the AWS directory for which you are creating the conditional forwarder.

Returns:

  • (String)

    The directory ID of the AWS directory for which you are creating the conditional forwarder.

#dns_ip_addrsArray<String>

The IP addresses of the remote DNS server associated with RemoteDomainName.

Returns:

  • (Array<String>)

    The IP addresses of the remote DNS server associated with RemoteDomainName.

#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.