Class CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty
An implementation for
CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty
CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty.Builder, CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe credentials used to access protected Salesforce resources.final StringThe secret manager ARN, which contains the client ID and client secret of the connected app.final ObjectUsed by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.final StringA JSON web token (JWT) that authorizes Amazon AppFlow to access your Salesforce records.final StringSpecifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an access token from Salesforce.final StringThe credentials used to acquire new access tokens.final inthashCode()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.SalesforceConnectorProfileCredentialsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty.Builder.
-
-
Method Details
-
getAccessToken
Description copied from interface:CfnConnectorProfile.SalesforceConnectorProfileCredentialsPropertyThe credentials used to access protected Salesforce resources.- Specified by:
getAccessTokenin interfaceCfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty- See Also:
-
getClientCredentialsArn
Description copied from interface:CfnConnectorProfile.SalesforceConnectorProfileCredentialsPropertyThe secret manager ARN, which contains the client ID and client secret of the connected app.- Specified by:
getClientCredentialsArnin interfaceCfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty- See Also:
-
getConnectorOAuthRequest
Description copied from interface:CfnConnectorProfile.SalesforceConnectorProfileCredentialsPropertyUsed by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.Returns union: either
IResolvableorCfnConnectorProfile.ConnectorOAuthRequestProperty- Specified by:
getConnectorOAuthRequestin interfaceCfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty- See Also:
-
getJwtToken
Description copied from interface:CfnConnectorProfile.SalesforceConnectorProfileCredentialsPropertyA JSON web token (JWT) that authorizes Amazon AppFlow to access your Salesforce records.- Specified by:
getJwtTokenin interfaceCfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty- See Also:
-
getOAuth2GrantType
Description copied from interface:CfnConnectorProfile.SalesforceConnectorProfileCredentialsPropertySpecifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an access token from Salesforce. Amazon AppFlow requires an access token each time it attempts to access your Salesforce records.You can specify one of the following values:
- AUTHORIZATION_CODE - Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.
- JWT_BEARER - Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
The CLIENT_CREDENTIALS value is not supported for Salesforce.
- Specified by:
getOAuth2GrantTypein interfaceCfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty- See Also:
-
getRefreshToken
Description copied from interface:CfnConnectorProfile.SalesforceConnectorProfileCredentialsPropertyThe credentials used to acquire new access tokens.- Specified by:
getRefreshTokenin interfaceCfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-