ConnectorProfileAmplitudeConnectorProfileCredentialsArgs

data class ConnectorProfileAmplitudeConnectorProfileCredentialsArgs(val apiKey: Output<String>, val secretKey: Output<String>) : ConvertibleToJava<ConnectorProfileAmplitudeConnectorProfileCredentialsArgs>

Constructors

constructor(apiKey: Output<String>, secretKey: Output<String>)

Properties

Link copied to clipboard
val apiKey: Output<String>

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

Link copied to clipboard
val secretKey: Output<String>

The Secret Access Key portion of the credentials.

Functions

Link copied to clipboard
open override fun toJava(): ConnectorProfileAmplitudeConnectorProfileCredentialsArgs