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