Provides information about any domain controllers in your directory.
directoryservice_describe_domain_controllers(DirectoryId,
  DomainControllerIds, NextToken, Limit)[required] Identifier of the directory for which to retrieve the domain controller information.
A list of identifiers for the domain controllers whose information will be provided.
The DescribeDomainControllers.NextToken value from a previous call to DescribeDomainControllers. Pass null if this is the first call.
The maximum number of items to return.
svc$describe_domain_controllers(
  DirectoryId = "string",
  DomainControllerIds = list(
    "string"
  ),
  NextToken = "string",
  Limit = 123
)