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 |
Documentation
data AuthenticationProfile Source #
Describes an authentication profile.
See: newAuthenticationProfile
smart constructor.
AuthenticationProfile' | |
|
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:authenticationProfileName:AuthenticationProfile'
, authenticationProfile_authenticationProfileName
- The name of the authentication profile.
$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.
authenticationProfile_authenticationProfileName :: Lens' AuthenticationProfile (Maybe Text) Source #
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.