public static interface CfnFlow.AmplitudeSourcePropertiesProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appflow.*; AmplitudeSourcePropertiesProperty amplitudeSourcePropertiesProperty = AmplitudeSourcePropertiesProperty.builder() .object("object") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFlow.AmplitudeSourcePropertiesProperty.Builder
A builder for
CfnFlow.AmplitudeSourcePropertiesProperty |
static class |
CfnFlow.AmplitudeSourcePropertiesProperty.Jsii$Proxy
An implementation for
CfnFlow.AmplitudeSourcePropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFlow.AmplitudeSourcePropertiesProperty.Builder |
builder() |
java.lang.String |
getObject()
The object specified in the Amplitude flow source.
|
java.lang.String getObject()
static CfnFlow.AmplitudeSourcePropertiesProperty.Builder builder()