| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Redshift.Types.AuthenticationProfile
Description
Documentation
data AuthenticationProfile Source #
Describes an authentication profile.
See: newAuthenticationProfile smart constructor.
Constructors
| AuthenticationProfile' | |
Fields
| |
Instances
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.
authenticationProfile_authenticationProfileName :: Lens' AuthenticationProfile (Maybe Text) Source #
The name of the authentication profile.