Struct rusoto_ds::CreateConditionalForwarderRequest [] [src]

pub struct CreateConditionalForwarderRequest {
    pub directory_id: String,
    pub dns_ip_addrs: Vec<String>,
    pub remote_domain_name: String,
}

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.

Fields

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

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

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

Trait Implementations

impl Default for CreateConditionalForwarderRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for CreateConditionalForwarderRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateConditionalForwarderRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations