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();
 
  • Method Details

    • getAmplitude

      @Stability(Stable) @Nullable default String getAmplitude()
      The operation to be performed on the provided Amplitude source fields.
    • getCustomConnector

      @Stability(Stable) @Nullable default String getCustomConnector()
      Operators supported by the custom connector.
    • getDatadog

      @Stability(Stable) @Nullable default String getDatadog()
      The operation to be performed on the provided Datadog source fields.
    • getDynatrace

      @Stability(Stable) @Nullable default String getDynatrace()
      The operation to be performed on the provided Dynatrace source fields.
    • getGoogleAnalytics

      @Stability(Stable) @Nullable default String getGoogleAnalytics()
      The operation to be performed on the provided Google Analytics source fields.
    • getInforNexus

      @Stability(Stable) @Nullable default String getInforNexus()
      The operation to be performed on the provided Infor Nexus source fields.
    • getMarketo

      @Stability(Stable) @Nullable default String getMarketo()
      The operation to be performed on the provided Marketo source fields.
    • getPardot

      @Stability(Stable) @Nullable default String getPardot()
      CfnFlow.ConnectorOperatorProperty.Pardot.
    • getS3

      @Stability(Stable) @Nullable default String getS3()
      The operation to be performed on the provided Amazon S3 source fields.
    • getSalesforce

      @Stability(Stable) @Nullable default String getSalesforce()
      The operation to be performed on the provided Salesforce source fields.
    • getSapoData

      @Stability(Stable) @Nullable default String getSapoData()
      The operation to be performed on the provided SAPOData source fields.
    • getServiceNow

      @Stability(Stable) @Nullable default String getServiceNow()
      The operation to be performed on the provided ServiceNow source fields.
    • getSingular

      @Stability(Stable) @Nullable default String getSingular()
      The operation to be performed on the provided Singular source fields.
    • getSlack

      @Stability(Stable) @Nullable default String getSlack()
      The operation to be performed on the provided Slack source fields.
    • getTrendmicro

      @Stability(Stable) @Nullable default String getTrendmicro()
      The operation to be performed on the provided Trend Micro source fields.
    • getVeeva

      @Stability(Stable) @Nullable default String getVeeva()
      The operation to be performed on the provided Veeva source fields.
    • getZendesk

      @Stability(Stable) @Nullable default String getZendesk()
      The operation to be performed on the provided Zendesk source fields.
    • builder

      @Stability(Stable) static CfnFlow.ConnectorOperatorProperty.Builder builder()
      Returns:
      a CfnFlow.ConnectorOperatorProperty.Builder of CfnFlow.ConnectorOperatorProperty