aws-cdk-lib.aws_appflow.CfnFlow.AmplitudeSourcePropertiesProperty

interface AmplitudeSourcePropertiesProperty

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

The properties that are applied when Amplitude is being used as a source.

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 amplitudeSourcePropertiesProperty: appflow.CfnFlow.AmplitudeSourcePropertiesProperty = {
  object: 'object',
};

Properties

NameTypeDescription
objectstringThe object specified in the Amplitude flow source.

object

Type: string

The object specified in the Amplitude flow source.