public static interface CfnConnectorProfile.MarketoConnectorProfilePropertiesProperty
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.*; MarketoConnectorProfilePropertiesProperty marketoConnectorProfilePropertiesProperty = MarketoConnectorProfilePropertiesProperty.builder() .instanceUrl("instanceUrl") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectorProfile.MarketoConnectorProfilePropertiesProperty.Builder
|
static class |
CfnConnectorProfile.MarketoConnectorProfilePropertiesProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.MarketoConnectorProfilePropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectorProfile.MarketoConnectorProfilePropertiesProperty.Builder |
builder() |
java.lang.String |
getInstanceUrl()
The location of the Marketo resource.
|