paws.security.identity (version 0.1.0)

directoryservice_create_conditional_forwarder: Creates a conditional forwarder associated with your AWS directory

Description

Creates a conditional forwarder associated with your AWS directory. Conditional forwarders are required in order to set up a trust relationship with another domain. The conditional forwarder points to the trusted domain.

Usage

directoryservice_create_conditional_forwarder(DirectoryId,
  RemoteDomainName, DnsIpAddrs)

Arguments

DirectoryId

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

RemoteDomainName

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

DnsIpAddrs

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

Request syntax

svc$create_conditional_forwarder(
  DirectoryId = "string",
  RemoteDomainName = "string",
  DnsIpAddrs = list(
    "string"
  )
)