GetDirectoryActiveDirectoryConfig class
Constructors
-
GetDirectoryActiveDirectoryConfig({required Input<
String> domainName, required Input<String> serviceAccountSecretArn}) -
Creates a new GetDirectoryActiveDirectoryConfig.
domainNameFully qualified domain name of the AWS Directory Service directory.serviceAccountSecretArnARN of the Secrets Manager secret that contains the credentials for the service account.const -
GetDirectoryActiveDirectoryConfig.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.
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