aws-cdk-lib.aws_appflow.CfnFlow.ConnectorOperatorProperty

interface ConnectorOperatorProperty

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

The operation to be performed on the provided source fields.

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 connectorOperatorProperty: appflow.CfnFlow.ConnectorOperatorProperty = {
  amplitude: 'amplitude',
  customConnector: 'customConnector',
  datadog: 'datadog',
  dynatrace: 'dynatrace',
  googleAnalytics: 'googleAnalytics',
  inforNexus: 'inforNexus',
  marketo: 'marketo',
  pardot: 'pardot',
  s3: 's3',
  salesforce: 'salesforce',
  sapoData: 'sapoData',
  serviceNow: 'serviceNow',
  singular: 'singular',
  slack: 'slack',
  trendmicro: 'trendmicro',
  veeva: 'veeva',
  zendesk: 'zendesk',
};

Properties

NameTypeDescription
amplitude?stringThe operation to be performed on the provided Amplitude source fields.
customConnector?stringOperators supported by the custom connector.
datadog?stringThe operation to be performed on the provided Datadog source fields.
dynatrace?stringThe operation to be performed on the provided Dynatrace source fields.
googleAnalytics?stringThe operation to be performed on the provided Google Analytics source fields.
inforNexus?stringThe operation to be performed on the provided Infor Nexus source fields.
marketo?stringThe operation to be performed on the provided Marketo source fields.
pardot?stringCfnFlow.ConnectorOperatorProperty.Pardot.
s3?stringThe operation to be performed on the provided Amazon S3 source fields.
salesforce?stringThe operation to be performed on the provided Salesforce source fields.
sapoData?stringThe operation to be performed on the provided SAPOData source fields.
serviceNow?stringThe operation to be performed on the provided ServiceNow source fields.
singular?stringThe operation to be performed on the provided Singular source fields.
slack?stringThe operation to be performed on the provided Slack source fields.
trendmicro?stringThe operation to be performed on the provided Trend Micro source fields.
veeva?stringThe operation to be performed on the provided Veeva source fields.
zendesk?stringThe operation to be performed on the provided Zendesk source fields.

amplitude?

Type: string (optional)

The operation to be performed on the provided Amplitude source fields.


customConnector?

Type: string (optional)

Operators supported by the custom connector.


datadog?

Type: string (optional)

The operation to be performed on the provided Datadog source fields.


dynatrace?

Type: string (optional)

The operation to be performed on the provided Dynatrace source fields.


googleAnalytics?

Type: string (optional)

The operation to be performed on the provided Google Analytics source fields.


inforNexus?

Type: string (optional)

The operation to be performed on the provided Infor Nexus source fields.


marketo?

Type: string (optional)

The operation to be performed on the provided Marketo source fields.


pardot?

Type: string (optional)

CfnFlow.ConnectorOperatorProperty.Pardot.


s3?

Type: string (optional)

The operation to be performed on the provided Amazon S3 source fields.


salesforce?

Type: string (optional)

The operation to be performed on the provided Salesforce source fields.


sapoData?

Type: string (optional)

The operation to be performed on the provided SAPOData source fields.


serviceNow?

Type: string (optional)

The operation to be performed on the provided ServiceNow source fields.


singular?

Type: string (optional)

The operation to be performed on the provided Singular source fields.


slack?

Type: string (optional)

The operation to be performed on the provided Slack source fields.


trendmicro?

Type: string (optional)

The operation to be performed on the provided Trend Micro source fields.


veeva?

Type: string (optional)

The operation to be performed on the provided Veeva source fields.


zendesk?

Type: string (optional)

The operation to be performed on the provided Zendesk source fields.