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