aws-cdk-lib.aws_appflow.CfnConnectorProfile.ConnectorOAuthRequestProperty

interface ConnectorOAuthRequestProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnConnectorProfile.ConnectorOAuthRequestProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_ConnectorOAuthRequestProperty
Javasoftware.amazon.awscdk.services.appflow.CfnConnectorProfile.ConnectorOAuthRequestProperty
Pythonaws_cdk.aws_appflow.CfnConnectorProfile.ConnectorOAuthRequestProperty
TypeScript aws-cdk-lib » aws_appflow » CfnConnectorProfile » ConnectorOAuthRequestProperty

Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const connectorOAuthRequestProperty: appflow.CfnConnectorProfile.ConnectorOAuthRequestProperty = {
  authCode: 'authCode',
  redirectUri: 'redirectUri',
};

Properties

NameTypeDescription
authCode?stringThe code provided by the connector when it has been authenticated via the connected app.
redirectUri?stringThe URL to which the authentication server redirects the browser after authorization has been granted.

authCode?

Type: string (optional)

The code provided by the connector when it has been authenticated via the connected app.


redirectUri?

Type: string (optional)

The URL to which the authentication server redirects the browser after authorization has been granted.