libZSservicesZSamazonka-appflowZSamazonka-appflow
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

Description

 
Synopsis

Documentation

data AmplitudeConnectorProfileCredentials Source #

The connector-specific credentials required when using Amplitude.

See: newAmplitudeConnectorProfileCredentials smart constructor.

Constructors

AmplitudeConnectorProfileCredentials' 

Fields

  • apiKey :: Text

    A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

  • secretKey :: Sensitive Text

    The Secret Access Key portion of the credentials.

Instances

Instances details
Eq AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

Show AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

Generic AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

NFData AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

Hashable AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

ToJSON AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

type Rep AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

type Rep AmplitudeConnectorProfileCredentials = D1 ('MetaData "AmplitudeConnectorProfileCredentials" "Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "AmplitudeConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "secretKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

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.