paws.security.identity (version 0.1.0)

directoryservice_delete_conditional_forwarder: Deletes a conditional forwarder that has been set up for your AWS directory

Description

Deletes a conditional forwarder that has been set up for your AWS directory.

Usage

directoryservice_delete_conditional_forwarder(DirectoryId,
  RemoteDomainName)

Arguments

DirectoryId

[required] The directory ID for which you are deleting the conditional forwarder.

RemoteDomainName

[required] The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

Request syntax

svc$delete_conditional_forwarder(
  DirectoryId = "string",
  RemoteDomainName = "string"
)