public static interface CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty
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.*; SalesforceConnectorProfileCredentialsProperty salesforceConnectorProfileCredentialsProperty = SalesforceConnectorProfileCredentialsProperty.builder() .accessToken("accessToken") .clientCredentialsArn("clientCredentialsArn") .connectorOAuthRequest(ConnectorOAuthRequestProperty.builder() .authCode("authCode") .redirectUri("redirectUri") .build()) .refreshToken("refreshToken") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectorProfile.SalesforceConnectorProfileCredentialsProperty.Builder |
builder() |
default java.lang.String |
getAccessToken()
The credentials used to access protected Salesforce resources.
|
default java.lang.String |
getClientCredentialsArn()
The secret manager ARN, which contains the client ID and client secret of the connected app.
|
default java.lang.Object |
getConnectorOAuthRequest()
Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
|
default java.lang.String |
getRefreshToken()
The credentials used to acquire new access tokens.
|
default java.lang.String getAccessToken()
default java.lang.String getClientCredentialsArn()
default java.lang.Object getConnectorOAuthRequest()
default java.lang.String getRefreshToken()