Class CfnFlow.AmplitudeSourcePropertiesProperty
The properties that are applied when Amplitude is being used as a source.
Inheritance
System.Object
CfnFlow.AmplitudeSourcePropertiesProperty
Implements
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.AWS.AppFlow.dll
Syntax (csharp)
public class AmplitudeSourcePropertiesProperty : Object, CfnFlow.IAmplitudeSourcePropertiesProperty
Syntax (vb)
Public Class AmplitudeSourcePropertiesProperty
Inherits Object
Implements CfnFlow.IAmplitudeSourcePropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppFlow;
var amplitudeSourcePropertiesProperty = new AmplitudeSourcePropertiesProperty {
Object = "object"
};
Synopsis
Constructors
AmplitudeSourcePropertiesProperty() |
Properties
Object | The object specified in the Amplitude flow source. |
Constructors
AmplitudeSourcePropertiesProperty()
public AmplitudeSourcePropertiesProperty()
Properties
Object
The object specified in the Amplitude flow source.
public string Object { get; set; }
Property Value
System.String