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();
-
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 StringCfnFlow.ConnectorOperatorProperty.Pardot.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. -
getCustomConnector
Operators supported by the custom connector. -
getDatadog
The operation to be performed on the provided Datadog source fields. -
getDynatrace
The operation to be performed on the provided Dynatrace source fields. -
getGoogleAnalytics
The operation to be performed on the provided Google Analytics source fields. -
getInforNexus
The operation to be performed on the provided Infor Nexus source fields. -
getMarketo
The operation to be performed on the provided Marketo source fields. -
getPardot
CfnFlow.ConnectorOperatorProperty.Pardot. -
getS3
The operation to be performed on the provided Amazon S3 source fields. -
getSalesforce
The operation to be performed on the provided Salesforce source fields. -
getSapoData
The operation to be performed on the provided SAPOData source fields. -
getServiceNow
The operation to be performed on the provided ServiceNow source fields. -
getSingular
The operation to be performed on the provided Singular source fields. -
getSlack
The operation to be performed on the provided Slack source fields. -
getTrendmicro
The operation to be performed on the provided Trend Micro source fields. -
getVeeva
The operation to be performed on the provided Veeva source fields. -
getZendesk
The operation to be performed on the provided Zendesk source fields. -
builder
-