You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECS::Types::FSxWindowsFileServerAuthorizationConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FSxWindowsFileServerAuthorizationConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  credentials_parameter: "String", # required
  domain: "String", # required
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#credentials_parameterString

The authorization credential option to use.

The authorization credential options can be provided using either the AWS Secrets Manager ARN or the AWS Systems Manager ARN. The ARNs refer to the stored credentials.

options: .title

Returns:

  • (String)

    The authorization credential option to use.

#domainString

A fully qualified domain name hosted by an AWS Directory Service Managed Microsoft AD (Active Directory) or self-hosted EC2 AD.

Returns:

  • (String)

    A fully qualified domain name hosted by an [AWS Directory Service][1] Managed Microsoft AD (Active Directory) or self-hosted EC2 AD.