aws-cdk-lib.aws_appflow.CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty

interface AmplitudeConnectorProfileCredentialsProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_AmplitudeConnectorProfileCredentialsProperty
Javasoftware.amazon.awscdk.services.appflow.CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty
Pythonaws_cdk.aws_appflow.CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty
TypeScript aws-cdk-lib » aws_appflow » CfnConnectorProfile » AmplitudeConnectorProfileCredentialsProperty

The connector-specific credentials required when using Amplitude.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const amplitudeConnectorProfileCredentialsProperty: appflow.CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty = {
  apiKey: 'apiKey',
  secretKey: 'secretKey',
};

Properties

NameTypeDescription
apiKeystringA unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
secretKeystringThe Secret Access Key portion of the credentials.

apiKey

Type: string

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


secretKey

Type: string

The Secret Access Key portion of the credentials.