amazonka-redshift-2.0: Amazon Redshift 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.Redshift.Types.AuthenticationProfile

Description

 
Synopsis

Documentation

data AuthenticationProfile Source #

Describes an authentication profile.

See: newAuthenticationProfile smart constructor.

Constructors

AuthenticationProfile' 

Fields

Instances

Instances details
FromXML AuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.Types.AuthenticationProfile

Generic AuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.Types.AuthenticationProfile

Associated Types

type Rep AuthenticationProfile :: Type -> Type #

Read AuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.Types.AuthenticationProfile

Show AuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.Types.AuthenticationProfile

NFData AuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.Types.AuthenticationProfile

Methods

rnf :: AuthenticationProfile -> () #

Eq AuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.Types.AuthenticationProfile

Hashable AuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.Types.AuthenticationProfile

type Rep AuthenticationProfile Source # 
Instance details

Defined in Amazonka.Redshift.Types.AuthenticationProfile

type Rep AuthenticationProfile = D1 ('MetaData "AuthenticationProfile" "Amazonka.Redshift.Types.AuthenticationProfile" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" 'False) (C1 ('MetaCons "AuthenticationProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authenticationProfileContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authenticationProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAuthenticationProfile :: AuthenticationProfile Source #

Create a value of AuthenticationProfile 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:authenticationProfileContent:AuthenticationProfile', authenticationProfile_authenticationProfileContent - The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.

$sel:authenticationProfileName:AuthenticationProfile', authenticationProfile_authenticationProfileName - The name of the authentication profile.

authenticationProfile_authenticationProfileContent :: Lens' AuthenticationProfile (Maybe Text) Source #

The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.