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 |
Synopsis
- data AmplitudeConnectorProfileCredentials = AmplitudeConnectorProfileCredentials' {}
- newAmplitudeConnectorProfileCredentials :: Text -> Text -> AmplitudeConnectorProfileCredentials
- amplitudeConnectorProfileCredentials_apiKey :: Lens' AmplitudeConnectorProfileCredentials Text
- amplitudeConnectorProfileCredentials_secretKey :: Lens' AmplitudeConnectorProfileCredentials Text
Documentation
data AmplitudeConnectorProfileCredentials Source #
The connector-specific credentials required when using Amplitude.
See: newAmplitudeConnectorProfileCredentials
smart constructor.
Instances
newAmplitudeConnectorProfileCredentials Source #
Create a value of AmplitudeConnectorProfileCredentials
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:apiKey:AmplitudeConnectorProfileCredentials'
, amplitudeConnectorProfileCredentials_apiKey
- A unique alphanumeric identifier used to authenticate a user, developer,
or calling program to your API.
$sel:secretKey:AmplitudeConnectorProfileCredentials'
, amplitudeConnectorProfileCredentials_secretKey
- The Secret Access Key portion of the credentials.
amplitudeConnectorProfileCredentials_apiKey :: Lens' AmplitudeConnectorProfileCredentials Text Source #
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
amplitudeConnectorProfileCredentials_secretKey :: Lens' AmplitudeConnectorProfileCredentials Text Source #
The Secret Access Key portion of the credentials.