interface AmplitudeSourcePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppFlow.CfnFlowPropsMixin.AmplitudeSourcePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappflow#CfnFlowPropsMixin_AmplitudeSourcePropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.AmplitudeSourcePropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_appflow.CfnFlowPropsMixin.AmplitudeSourcePropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appflow » CfnFlowPropsMixin » 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/cfn-property-mixins';
const amplitudeSourcePropertiesProperty: appflow.CfnFlowPropsMixin.AmplitudeSourcePropertiesProperty = {
object: 'object',
};
Properties
| Name | Type | Description |
|---|---|---|
| object? | string | The object specified in the Amplitude flow source. |
object?
Type:
string
(optional)
The object specified in the Amplitude flow source.

.NET
Go
Java
Python
TypeScript