Show / Hide Table of Contents

Interface CfnFlow.IAmplitudeSourcePropertiesProperty

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

Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.AWS.AppFlow.dll
Syntax (csharp)
public interface IAmplitudeSourcePropertiesProperty
Syntax (vb)
Public Interface IAmplitudeSourcePropertiesProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-amplitudesourceproperties.html

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

Properties

Object

The object specified in the Amplitude flow source.

Properties

Object

The object specified in the Amplitude flow source.

string Object { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-amplitudesourceproperties.html#cfn-appflow-flow-amplitudesourceproperties-object

Back to top Generated by DocFX