Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data FSxWindowsFileServerAuthorizationConfig = FSxWindowsFileServerAuthorizationConfig' {}
- newFSxWindowsFileServerAuthorizationConfig :: Text -> Text -> FSxWindowsFileServerAuthorizationConfig
- fSxWindowsFileServerAuthorizationConfig_credentialsParameter :: Lens' FSxWindowsFileServerAuthorizationConfig Text
- fSxWindowsFileServerAuthorizationConfig_domain :: Lens' FSxWindowsFileServerAuthorizationConfig Text
Documentation
data FSxWindowsFileServerAuthorizationConfig Source #
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.
See: newFSxWindowsFileServerAuthorizationConfig
smart constructor.
FSxWindowsFileServerAuthorizationConfig' | |
|
Instances
newFSxWindowsFileServerAuthorizationConfig Source #
:: Text |
|
-> Text | |
-> FSxWindowsFileServerAuthorizationConfig |
Create a value of FSxWindowsFileServerAuthorizationConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:credentialsParameter:FSxWindowsFileServerAuthorizationConfig'
, fSxWindowsFileServerAuthorizationConfig_credentialsParameter
- The authorization credential option to use. The authorization credential
options can be provided using either the Amazon Resource Name (ARN) of
an Secrets Manager secret or SSM Parameter Store parameter. The ARNs
refer to the stored credentials.
$sel:domain:FSxWindowsFileServerAuthorizationConfig'
, fSxWindowsFileServerAuthorizationConfig_domain
- A fully qualified domain name hosted by an
Directory Service
Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.
fSxWindowsFileServerAuthorizationConfig_credentialsParameter :: Lens' FSxWindowsFileServerAuthorizationConfig Text Source #
The authorization credential option to use. The authorization credential options can be provided using either the Amazon Resource Name (ARN) of an Secrets Manager secret or SSM Parameter Store parameter. The ARNs refer to the stored credentials.
fSxWindowsFileServerAuthorizationConfig_domain :: Lens' FSxWindowsFileServerAuthorizationConfig Text Source #
A fully qualified domain name hosted by an Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.