DirectoryActiveDirectoryConfig class
Constructors
-
DirectoryActiveDirectoryConfig({required Input<
String> domainName, required Input<String> serviceAccountSecretArn}) -
Creates a new DirectoryActiveDirectoryConfig.
domainNameFully qualified domain name of the AWS Directory Service directory.serviceAccountSecretArnARN of the Secrets Manager secret that contains the credentials for the service account. For more information, see Service Account Details.const -
DirectoryActiveDirectoryConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
domainName
→ Input<
String> -
Fully qualified domain name of the AWS Directory Service directory.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serviceAccountSecretArn
→ Input<
String> -
ARN of the Secrets Manager secret that contains the credentials for the service account. For more information, see Service Account Details.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited