/AWS1/CL_APFAMPLITUDECNCTORP01¶
The connector-specific credentials required when using Amplitude.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_apikey
TYPE /AWS1/APFAPIKEY
/AWS1/APFAPIKEY
¶
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
iv_secretkey
TYPE /AWS1/APFSECRETKEY
/AWS1/APFSECRETKEY
¶
The Secret Access Key portion of the credentials.
Queryable Attributes¶
apiKey¶
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APIKEY() |
Getter for APIKEY, with configurable default |
ASK_APIKEY() |
Getter for APIKEY w/ exceptions if field has no value |
HAS_APIKEY() |
Determine if APIKEY has a value |
secretKey¶
The Secret Access Key portion of the credentials.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SECRETKEY() |
Getter for SECRETKEY, with configurable default |
ASK_SECRETKEY() |
Getter for SECRETKEY w/ exceptions if field has no value |
HAS_SECRETKEY() |
Determine if SECRETKEY has a value |