Show / Hide Table of Contents

Class CfnFlow.AmplitudeSourcePropertiesProperty

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

Inheritance
System.Object
CfnFlow.AmplitudeSourcePropertiesProperty
Implements
CfnFlow.IAmplitudeSourcePropertiesProperty
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

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

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

Remarks

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

Implements

CfnFlow.IAmplitudeSourcePropertiesProperty
Back to top Generated by DocFX