public static interface CfnFlow.MarketoSourcePropertiesProperty
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.*; MarketoSourcePropertiesProperty marketoSourcePropertiesProperty = MarketoSourcePropertiesProperty.builder() .object("object") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFlow.MarketoSourcePropertiesProperty.Builder
A builder for
CfnFlow.MarketoSourcePropertiesProperty |
static class |
CfnFlow.MarketoSourcePropertiesProperty.Jsii$Proxy
An implementation for
CfnFlow.MarketoSourcePropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFlow.MarketoSourcePropertiesProperty.Builder |
builder() |
java.lang.String |
getObject()
The object specified in the Marketo flow source.
|
java.lang.String getObject()
static CfnFlow.MarketoSourcePropertiesProperty.Builder builder()