paws.security.identity (version 0.1.0)

directoryservice_delete_trust: Deletes an existing trust relationship between your AWS Managed Microsoft AD directory and an external domain

Description

Deletes an existing trust relationship between your AWS Managed Microsoft AD directory and an external domain.

Usage

directoryservice_delete_trust(TrustId,
  DeleteAssociatedConditionalForwarder)

Arguments

TrustId

[required] The Trust ID of the trust relationship to be deleted.

DeleteAssociatedConditionalForwarder

Delete a conditional forwarder as part of a DeleteTrustRequest.

Request syntax

svc$delete_trust(
  TrustId = "string",
  DeleteAssociatedConditionalForwarder = TRUE|FALSE
)