| 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.AppFlow.Types.AmplitudeConnectorProfileCredentials
Description
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.
Constructors
| AmplitudeConnectorProfileCredentials' | |
Instances
newAmplitudeConnectorProfileCredentials Source #
Arguments
| :: Text | |
| -> Text | |
| -> AmplitudeConnectorProfileCredentials |
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.