@Stability(value=Stable)
public static interface CfnFlow.ConnectorOperatorProperty
extends software.amazon.jsii.JsiiSerializable
// 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")
.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()
`CfnFlow.ConnectorOperatorProperty.Amplitude`.
|
default String |
getDatadog()
`CfnFlow.ConnectorOperatorProperty.Datadog`.
|
default String |
getDynatrace()
`CfnFlow.ConnectorOperatorProperty.Dynatrace`.
|
default String |
getGoogleAnalytics()
`CfnFlow.ConnectorOperatorProperty.GoogleAnalytics`.
|
default String |
getInforNexus()
`CfnFlow.ConnectorOperatorProperty.InforNexus`.
|
default String |
getMarketo()
`CfnFlow.ConnectorOperatorProperty.Marketo`.
|
default String |
getS3()
`CfnFlow.ConnectorOperatorProperty.S3`.
|
default String |
getSalesforce()
`CfnFlow.ConnectorOperatorProperty.Salesforce`.
|
default String |
getSapoData()
`CfnFlow.ConnectorOperatorProperty.SAPOData`.
|
default String |
getServiceNow()
`CfnFlow.ConnectorOperatorProperty.ServiceNow`.
|
default String |
getSingular()
`CfnFlow.ConnectorOperatorProperty.Singular`.
|
default String |
getSlack()
`CfnFlow.ConnectorOperatorProperty.Slack`.
|
default String |
getTrendmicro()
`CfnFlow.ConnectorOperatorProperty.Trendmicro`.
|
default String |
getVeeva()
`CfnFlow.ConnectorOperatorProperty.Veeva`.
|
default String |
getZendesk()
`CfnFlow.ConnectorOperatorProperty.Zendesk`.
|
@Stability(value=Stable) @Nullable default String getAmplitude()
@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 © 2021. All rights reserved.