Interface CfnFlow.ConnectorOperatorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlow.ConnectorOperatorProperty.Jsii$Proxy
- Enclosing class:
CfnFlow
@Stability(Stable)
public static interface CfnFlow.ConnectorOperatorProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.appflow.*;
ConnectorOperatorProperty connectorOperatorProperty = ConnectorOperatorProperty.builder()
.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")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlow.ConnectorOperatorPropertystatic final classAn implementation forCfnFlow.ConnectorOperatorProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe operation to be performed on the provided Amplitude source fields.default StringOperators supported by the custom connector.default StringThe operation to be performed on the provided Datadog source fields.default StringThe operation to be performed on the provided Dynatrace source fields.default StringThe operation to be performed on the provided Google Analytics source fields.default StringThe operation to be performed on the provided Infor Nexus source fields.default StringThe operation to be performed on the provided Marketo source fields.default StringThe operation to be performed on the provided Salesforce Pardot source fields.default StringgetS3()The operation to be performed on the provided Amazon S3 source fields.default StringThe operation to be performed on the provided Salesforce source fields.default StringThe operation to be performed on the provided SAPOData source fields.default StringThe operation to be performed on the provided ServiceNow source fields.default StringThe operation to be performed on the provided Singular source fields.default StringgetSlack()The operation to be performed on the provided Slack source fields.default StringThe operation to be performed on the provided Trend Micro source fields.default StringgetVeeva()The operation to be performed on the provided Veeva source fields.default StringThe operation to be performed on the provided Zendesk source fields.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAmplitude
The operation to be performed on the provided Amplitude source fields.- See Also:
-
getCustomConnector
Operators supported by the custom connector.- See Also:
-
getDatadog
The operation to be performed on the provided Datadog source fields.- See Also:
-
getDynatrace
The operation to be performed on the provided Dynatrace source fields.- See Also:
-
getGoogleAnalytics
The operation to be performed on the provided Google Analytics source fields.- See Also:
-
getInforNexus
The operation to be performed on the provided Infor Nexus source fields.- See Also:
-
getMarketo
The operation to be performed on the provided Marketo source fields.- See Also:
-
getPardot
The operation to be performed on the provided Salesforce Pardot source fields.- See Also:
-
getS3
The operation to be performed on the provided Amazon S3 source fields.- See Also:
-
getSalesforce
The operation to be performed on the provided Salesforce source fields.- See Also:
-
getSapoData
The operation to be performed on the provided SAPOData source fields.- See Also:
-
getServiceNow
The operation to be performed on the provided ServiceNow source fields.- See Also:
-
getSingular
The operation to be performed on the provided Singular source fields.- See Also:
-
getSlack
The operation to be performed on the provided Slack source fields.- See Also:
-
getTrendmicro
The operation to be performed on the provided Trend Micro source fields.- See Also:
-
getVeeva
The operation to be performed on the provided Veeva source fields.- See Also:
-
getZendesk
The operation to be performed on the provided Zendesk source fields.- See Also:
-
builder
-