Interface CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Jsii$Proxy
- Enclosing class:
- CfnConnectorProfile
@Stability(Stable)
public static interface CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
The connector-specific profile properties required when using Salesforce.
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) .usePrivateLinkForMetadataAndAuthorization(false) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
The location of the Salesforce resource.default Object
Indicates whether the connector profile applies to a sandbox or production environment.default Object
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.usePrivateLinkForMetadataAndAuthorization
.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstanceUrl
The location of the Salesforce resource. -
getIsSandboxEnvironment
Indicates whether the connector profile applies to a sandbox or production environment. -
getUsePrivateLinkForMetadataAndAuthorization
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.usePrivateLinkForMetadataAndAuthorization
. -
builder
@Stability(Stable) static CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder builder()
-