amazonka-fsx-2.0: Amazon FSx SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

Description

 
Synopsis

Documentation

data SelfManagedActiveDirectoryAttributes Source #

The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

See: newSelfManagedActiveDirectoryAttributes smart constructor.

Constructors

SelfManagedActiveDirectoryAttributes' 

Fields

  • dnsIps :: Maybe (NonEmpty Text)

    A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

  • domainName :: Maybe Text

    The fully qualified domain name of the self-managed AD directory.

  • fileSystemAdministratorsGroup :: Maybe Text

    The name of the domain group whose members have administrative privileges for the FSx file system.

  • organizationalUnitDistinguishedName :: Maybe Text

    The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

  • userName :: Maybe Text

    The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

Instances

Instances details
FromJSON SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

Generic SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

Read SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

Show SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

NFData SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

Eq SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

Hashable SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

type Rep SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

type Rep SelfManagedActiveDirectoryAttributes = D1 ('MetaData "SelfManagedActiveDirectoryAttributes" "Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "SelfManagedActiveDirectoryAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dnsIps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "fileSystemAdministratorsGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationalUnitDistinguishedName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSelfManagedActiveDirectoryAttributes :: SelfManagedActiveDirectoryAttributes Source #

Create a value of SelfManagedActiveDirectoryAttributes 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:dnsIps:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_dnsIps - A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

$sel:domainName:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_domainName - The fully qualified domain name of the self-managed AD directory.

$sel:fileSystemAdministratorsGroup:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_fileSystemAdministratorsGroup - The name of the domain group whose members have administrative privileges for the FSx file system.

$sel:organizationalUnitDistinguishedName:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_organizationalUnitDistinguishedName - The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

$sel:userName:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_userName - The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

selfManagedActiveDirectoryAttributes_dnsIps :: Lens' SelfManagedActiveDirectoryAttributes (Maybe (NonEmpty Text)) Source #

A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

selfManagedActiveDirectoryAttributes_domainName :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text) Source #

The fully qualified domain name of the self-managed AD directory.

selfManagedActiveDirectoryAttributes_fileSystemAdministratorsGroup :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text) Source #

The name of the domain group whose members have administrative privileges for the FSx file system.

selfManagedActiveDirectoryAttributes_organizationalUnitDistinguishedName :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text) Source #

The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

selfManagedActiveDirectoryAttributes_userName :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text) Source #

The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.