amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.DirectoryServiceAuthentication

Description

 
Synopsis

Documentation

data DirectoryServiceAuthentication Source #

Describes an Active Directory.

See: newDirectoryServiceAuthentication smart constructor.

Constructors

DirectoryServiceAuthentication' 

Fields

Instances

Instances details
FromXML DirectoryServiceAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.DirectoryServiceAuthentication

Generic DirectoryServiceAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.DirectoryServiceAuthentication

Associated Types

type Rep DirectoryServiceAuthentication :: Type -> Type #

Read DirectoryServiceAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.DirectoryServiceAuthentication

Show DirectoryServiceAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.DirectoryServiceAuthentication

NFData DirectoryServiceAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.DirectoryServiceAuthentication

Eq DirectoryServiceAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.DirectoryServiceAuthentication

Hashable DirectoryServiceAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.DirectoryServiceAuthentication

type Rep DirectoryServiceAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.DirectoryServiceAuthentication

type Rep DirectoryServiceAuthentication = D1 ('MetaData "DirectoryServiceAuthentication" "Amazonka.EC2.Types.DirectoryServiceAuthentication" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DirectoryServiceAuthentication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDirectoryServiceAuthentication :: DirectoryServiceAuthentication Source #

Create a value of DirectoryServiceAuthentication 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:directoryId:DirectoryServiceAuthentication', directoryServiceAuthentication_directoryId - The ID of the Active Directory used for authentication.

directoryServiceAuthentication_directoryId :: Lens' DirectoryServiceAuthentication (Maybe Text) Source #

The ID of the Active Directory used for authentication.