Deletes an existing trust relationship between your AWS Managed Microsoft AD directory and an external domain.
directoryservice_delete_trust(TrustId,
DeleteAssociatedConditionalForwarder)
A list with the following syntax:
list(
TrustId = "string"
)
[required] The Trust ID of the trust relationship to be deleted.
Delete a conditional forwarder as part of a DeleteTrustRequest.
svc$delete_trust(
TrustId = "string",
DeleteAssociatedConditionalForwarder = TRUE|FALSE
)