interface ConnectorOperatorProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppFlow.CfnFlow.ConnectorOperatorProperty |
Java | software.amazon.awscdk.services.appflow.CfnFlow.ConnectorOperatorProperty |
Python | aws_cdk.aws_appflow.CfnFlow.ConnectorOperatorProperty |
TypeScript | @aws-cdk/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 * as appflow from '@aws-cdk/aws-appflow';
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
Name | Type | Description |
---|---|---|
amplitude? | string | The operation to be performed on the provided Amplitude source fields. |
custom | string | Operators supported by the custom connector. |
datadog? | string | The operation to be performed on the provided Datadog source fields. |
dynatrace? | string | The operation to be performed on the provided Dynatrace source fields. |
google | string | The operation to be performed on the provided Google Analytics source fields. |
infor | string | The operation to be performed on the provided Infor Nexus source fields. |
marketo? | string | The operation to be performed on the provided Marketo source fields. |
pardot? | string | CfnFlow.ConnectorOperatorProperty.Pardot . |
s3? | string | The operation to be performed on the provided Amazon S3 source fields. |
salesforce? | string | The operation to be performed on the provided Salesforce source fields. |
sapo | string | The operation to be performed on the provided SAPOData source fields. |
service | string | The operation to be performed on the provided ServiceNow source fields. |
singular? | string | The operation to be performed on the provided Singular source fields. |
slack? | string | The operation to be performed on the provided Slack source fields. |
trendmicro? | string | The operation to be performed on the provided Trend Micro source fields. |
veeva? | string | The operation to be performed on the provided Veeva source fields. |
zendesk? | string | The 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.