@Stability(value=Stable)
public static interface CfnConnectorProfile.MarketoConnectorProfilePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getInstanceUrl()
The location of the Marketo resource.
|
@Stability(value=Stable) @NotNull String getInstanceUrl()
@Stability(value=Stable) static CfnConnectorProfile.MarketoConnectorProfilePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.