Updates the trust that has been set up between your AWS Managed Microsoft AD directory and an on-premises Active Directory.
directoryservice_update_trust(TrustId, SelectiveAuth)
A list with the following syntax:
list(
RequestId = "string",
TrustId = "string"
)
[required] Identifier of the trust relationship.
Updates selective authentication for the trust.
svc$update_trust(
TrustId = "string",
SelectiveAuth = "Enabled"|"Disabled"
)