@Stability(value=Stable)
public static interface CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
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.*;
SalesforceConnectorProfilePropertiesProperty salesforceConnectorProfilePropertiesProperty = SalesforceConnectorProfilePropertiesProperty.builder()
.instanceUrl("instanceUrl")
.isSandboxEnvironment(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder
|
static class |
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder |
builder() |
default String |
getInstanceUrl()
The location of the Salesforce resource.
|
default Object |
getIsSandboxEnvironment()
Indicates whether the connector profile applies to a sandbox or production environment.
|
@Stability(value=Stable) @Nullable default String getInstanceUrl()
@Stability(value=Stable) @Nullable default Object getIsSandboxEnvironment()
@Stability(value=Stable) static CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.