GetDirectoryActiveDirectoryConfig constructor
const
GetDirectoryActiveDirectoryConfig({})
Creates a new GetDirectoryActiveDirectoryConfig.
domainName Fully qualified domain name of the AWS Directory Service directory.
serviceAccountSecretArn ARN of the Secrets Manager secret that contains the credentials for the service account.
Implementation
const GetDirectoryActiveDirectoryConfig({
required this.domainName,
required this.serviceAccountSecretArn,
});