FSxWindowsFileServerAuthorizationConfig class
The authorization configuration details for Amazon FSx for Windows File Server file system. See FSxWindowsFileServerVolumeConfiguration in the Amazon Elastic Container Service API Reference.
For more information and the input format, see Amazon FSx for Windows File Server Volumes in the Amazon Elastic Container Service Developer Guide.
Constructors
- FSxWindowsFileServerAuthorizationConfig({required String credentialsParameter, required String domain})
-
FSxWindowsFileServerAuthorizationConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- credentialsParameter → String
-
The authorization credential option to use. The authorization credential
options can be provided using either the Amazon Resource Name (ARN) of an
AWS Secrets Manager secret or AWS Systems Manager Parameter Store parameter.
The ARNs refer to the stored credentials.
final
- domain → String
-
A fully qualified domain name hosted by an AWS
Directory Service Managed Microsoft AD (Active Directory) or self-hosted
AD on Amazon EC2.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited