@Stability(value=Stable)
public static interface CfnFlow.ConnectorOperatorProperty
extends software.amazon.jsii.JsiiSerializable
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")
.s3("s3")
.salesforce("salesforce")
.sapoData("sapoData")
.serviceNow("serviceNow")
.singular("singular")
.slack("slack")
.trendmicro("trendmicro")
.veeva("veeva")
.zendesk("zendesk")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlow.ConnectorOperatorProperty.Builder
A builder for
CfnFlow.ConnectorOperatorProperty |
static class |
CfnFlow.ConnectorOperatorProperty.Jsii$Proxy
An implementation for
CfnFlow.ConnectorOperatorProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.ConnectorOperatorProperty.Builder |
builder() |
default String |
getAmplitude()
The operation to be performed on the provided Amplitude source fields.
|
default String |
getCustomConnector()
`CfnFlow.ConnectorOperatorProperty.CustomConnector`.
|
default String |
getDatadog()
The operation to be performed on the provided Datadog source fields.
|
default String |
getDynatrace()
The operation to be performed on the provided Dynatrace source fields.
|
default String |
getGoogleAnalytics()
The operation to be performed on the provided Google Analytics source fields.
|
default String |
getInforNexus()
The operation to be performed on the provided Infor Nexus source fields.
|
default String |
getMarketo()
The operation to be performed on the provided Marketo source fields.
|
default String |
getS3()
The operation to be performed on the provided Amazon S3 source fields.
|
default String |
getSalesforce()
The operation to be performed on the provided Salesforce source fields.
|
default String |
getSapoData()
The operation to be performed on the provided SAPOData source fields.
|
default String |
getServiceNow()
The operation to be performed on the provided ServiceNow source fields.
|
default String |
getSingular()
The operation to be performed on the provided Singular source fields.
|
default String |
getSlack()
The operation to be performed on the provided Slack source fields.
|
default String |
getTrendmicro()
The operation to be performed on the provided Trend Micro source fields.
|
default String |
getVeeva()
The operation to be performed on the provided Veeva source fields.
|
default String |
getZendesk()
The operation to be performed on the provided Zendesk source fields.
|
@Stability(value=Stable) @Nullable default String getAmplitude()
@Stability(value=Stable) @Nullable default String getCustomConnector()
@Stability(value=Stable) @Nullable default String getDatadog()
@Stability(value=Stable) @Nullable default String getDynatrace()
@Stability(value=Stable) @Nullable default String getGoogleAnalytics()
@Stability(value=Stable) @Nullable default String getInforNexus()
@Stability(value=Stable) @Nullable default String getMarketo()
@Stability(value=Stable) @Nullable default String getS3()
@Stability(value=Stable) @Nullable default String getSalesforce()
@Stability(value=Stable) @Nullable default String getSapoData()
@Stability(value=Stable) @Nullable default String getServiceNow()
@Stability(value=Stable) @Nullable default String getSingular()
@Stability(value=Stable) @Nullable default String getSlack()
@Stability(value=Stable) @Nullable default String getTrendmicro()
@Stability(value=Stable) @Nullable default String getVeeva()
@Stability(value=Stable) @Nullable default String getZendesk()
@Stability(value=Stable) static CfnFlow.ConnectorOperatorProperty.Builder builder()
Copyright © 2022. All rights reserved.