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 |
Amazonka.CloudWatchEvents.Types.ConnectionBasicAuthResponseParameters
Description
Synopsis
Documentation
data ConnectionBasicAuthResponseParameters Source #
Contains the authorization parameters for the connection if Basic is specified as the authorization type.
See: newConnectionBasicAuthResponseParameters
smart constructor.
Constructors
ConnectionBasicAuthResponseParameters' | |
Instances
newConnectionBasicAuthResponseParameters :: ConnectionBasicAuthResponseParameters Source #
Create a value of ConnectionBasicAuthResponseParameters
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:username:ConnectionBasicAuthResponseParameters'
, connectionBasicAuthResponseParameters_username
- The user name to use for Basic authorization.
connectionBasicAuthResponseParameters_username :: Lens' ConnectionBasicAuthResponseParameters (Maybe Text) Source #
The user name to use for Basic authorization.