@Stability(value=Stable)
public static interface CfnFlow.TaskProperty
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.*;
TaskProperty taskProperty = TaskProperty.builder()
.sourceFields(List.of("sourceFields"))
.taskType("taskType")
// the properties below are optional
.connectorOperator(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())
.destinationField("destinationField")
.taskProperties(List.of(TaskPropertiesObjectProperty.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlow.TaskProperty.Builder
A builder for
CfnFlow.TaskProperty |
static class |
CfnFlow.TaskProperty.Jsii$Proxy
An implementation for
CfnFlow.TaskProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.TaskProperty.Builder |
builder() |
default Object |
getConnectorOperator()
`CfnFlow.TaskProperty.ConnectorOperator`.
|
default String |
getDestinationField()
`CfnFlow.TaskProperty.DestinationField`.
|
List<String> |
getSourceFields()
`CfnFlow.TaskProperty.SourceFields`.
|
default Object |
getTaskProperties()
`CfnFlow.TaskProperty.TaskProperties`.
|
String |
getTaskType()
`CfnFlow.TaskProperty.TaskType`.
|
@Stability(value=Stable) @Nullable default Object getConnectorOperator()
@Stability(value=Stable) @Nullable default String getDestinationField()
@Stability(value=Stable) @NotNull List<String> getSourceFields()
@Stability(value=Stable) @Nullable default Object getTaskProperties()
@Stability(value=Stable) @NotNull String getTaskType()
@Stability(value=Stable) static CfnFlow.TaskProperty.Builder builder()
CfnFlow.TaskProperty.Builder of CfnFlow.TaskPropertyCopyright © 2021. All rights reserved.