| 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.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.