Class CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
An implementation for
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder, CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The location of the Salesforce resource.final Object
Indicates whether the connector profile applies to a sandbox or production environment.final Object
If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the private network to send metadata and authorization calls to Salesforce.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder
.
-
-
Method Details
-
getInstanceUrl
Description copied from interface:CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
The location of the Salesforce resource.- Specified by:
getInstanceUrl
in interfaceCfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
- See Also:
-
getIsSandboxEnvironment
Description copied from interface:CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
Indicates whether the connector profile applies to a sandbox or production environment.- Specified by:
getIsSandboxEnvironment
in interfaceCfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
- See Also:
-
getUsePrivateLinkForMetadataAndAuthorization
Description copied from interface:CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the private network to send metadata and authorization calls to Salesforce.Amazon AppFlow sends private calls through AWS PrivateLink . These calls travel through AWS infrastructure without being exposed to the public internet.
Set either of the following values:
- true - Amazon AppFlow sends all calls to Salesforce over the private network.
These private calls are:
- Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and their fields.
- Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records.
- Calls to transfer your Salesforce records as part of a flow run.
- false - The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public internet.
The public calls are:
- Calls to get metadata about your Salesforce records.
- Calls to get or refresh access tokens.
The private calls are:
- Calls to transfer your Salesforce records as part of a flow run.
- Specified by:
getUsePrivateLinkForMetadataAndAuthorization
in interfaceCfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-