Interface CfnFlowPropsMixin.IConnectorOperatorProperty
The operation to be performed on the provided source fields.
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFlowPropsMixin.IConnectorOperatorProperty
Syntax (vb)
Public Interface CfnFlowPropsMixin.IConnectorOperatorProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins;
var connectorOperatorProperty = new 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"
};
Synopsis
Properties
| Amplitude | The operation to be performed on the provided Amplitude source fields. |
| CustomConnector | Operators supported by the custom connector. |
| Datadog | The operation to be performed on the provided Datadog source fields. |
| Dynatrace | The operation to be performed on the provided Dynatrace source fields. |
| GoogleAnalytics | The operation to be performed on the provided Google Analytics source fields. |
| InforNexus | The operation to be performed on the provided Infor Nexus source fields. |
| Marketo | The operation to be performed on the provided Marketo source fields. |
| Pardot | The operation to be performed on the provided Salesforce Pardot source fields. |
| S3 | The operation to be performed on the provided Amazon S3 source fields. |
| Salesforce | The operation to be performed on the provided Salesforce source fields. |
| SapoData | The operation to be performed on the provided SAPOData source fields. |
| ServiceNow | The operation to be performed on the provided ServiceNow source fields. |
| Singular | The operation to be performed on the provided Singular source fields. |
| Slack | The operation to be performed on the provided Slack source fields. |
| Trendmicro | The operation to be performed on the provided Trend Micro source fields. |
| Veeva | The operation to be performed on the provided Veeva source fields. |
| Zendesk | The operation to be performed on the provided Zendesk source fields. |
Properties
Amplitude
The operation to be performed on the provided Amplitude source fields.
string? Amplitude { get; }
Property Value
Remarks
CustomConnector
Operators supported by the custom connector.
string? CustomConnector { get; }
Property Value
Remarks
Datadog
The operation to be performed on the provided Datadog source fields.
string? Datadog { get; }
Property Value
Remarks
Dynatrace
The operation to be performed on the provided Dynatrace source fields.
string? Dynatrace { get; }
Property Value
Remarks
GoogleAnalytics
The operation to be performed on the provided Google Analytics source fields.
string? GoogleAnalytics { get; }
Property Value
Remarks
InforNexus
The operation to be performed on the provided Infor Nexus source fields.
string? InforNexus { get; }
Property Value
Remarks
Marketo
The operation to be performed on the provided Marketo source fields.
string? Marketo { get; }
Property Value
Remarks
Pardot
The operation to be performed on the provided Salesforce Pardot source fields.
string? Pardot { get; }
Property Value
Remarks
S3
The operation to be performed on the provided Amazon S3 source fields.
string? S3 { get; }
Property Value
Remarks
Salesforce
The operation to be performed on the provided Salesforce source fields.
string? Salesforce { get; }
Property Value
Remarks
SapoData
The operation to be performed on the provided SAPOData source fields.
string? SapoData { get; }
Property Value
Remarks
ServiceNow
The operation to be performed on the provided ServiceNow source fields.
string? ServiceNow { get; }
Property Value
Remarks
Singular
The operation to be performed on the provided Singular source fields.
string? Singular { get; }
Property Value
Remarks
Slack
The operation to be performed on the provided Slack source fields.
string? Slack { get; }
Property Value
Remarks
Trendmicro
The operation to be performed on the provided Trend Micro source fields.
string? Trendmicro { get; }
Property Value
Remarks
Veeva
The operation to be performed on the provided Veeva source fields.
string? Veeva { get; }
Property Value
Remarks
Zendesk
The operation to be performed on the provided Zendesk source fields.
string? Zendesk { get; }