DirectoryActiveDirectoryConfig constructor
const
DirectoryActiveDirectoryConfig({})
Creates a new DirectoryActiveDirectoryConfig.
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. For more information, see Service Account Details.
Implementation
const DirectoryActiveDirectoryConfig({
required this.domainName,
required this.serviceAccountSecretArn,
});