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.ConnectionApiKeyAuthResponseParameters
Description
Synopsis
- data ConnectionApiKeyAuthResponseParameters = ConnectionApiKeyAuthResponseParameters' {
- apiKeyName :: Maybe Text
- newConnectionApiKeyAuthResponseParameters :: ConnectionApiKeyAuthResponseParameters
- connectionApiKeyAuthResponseParameters_apiKeyName :: Lens' ConnectionApiKeyAuthResponseParameters (Maybe Text)
Documentation
data ConnectionApiKeyAuthResponseParameters Source #
Contains the authorization parameters for the connection if API Key is specified as the authorization type.
See: newConnectionApiKeyAuthResponseParameters
smart constructor.
Constructors
ConnectionApiKeyAuthResponseParameters' | |
Fields
|
Instances
newConnectionApiKeyAuthResponseParameters :: ConnectionApiKeyAuthResponseParameters Source #
Create a value of ConnectionApiKeyAuthResponseParameters
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:apiKeyName:ConnectionApiKeyAuthResponseParameters'
, connectionApiKeyAuthResponseParameters_apiKeyName
- The name of the header to use for the APIKeyValue
used for
authorization.
connectionApiKeyAuthResponseParameters_apiKeyName :: Lens' ConnectionApiKeyAuthResponseParameters (Maybe Text) Source #
The name of the header to use for the APIKeyValue
used for
authorization.