public static final class CfnFlow.TaskProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.TaskProperty
CfnFlow.TaskProperty
CfnFlow.TaskProperty.Builder, CfnFlow.TaskProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getConnectorOperator()
The operation to be performed on the provided source fields.
|
java.lang.String |
getDestinationField()
A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
|
java.util.List<java.lang.String> |
getSourceFields()
The source fields to which a particular task is applied.
|
java.lang.Object |
getTaskProperties()
A map used to store task-related information.
|
java.lang.String |
getTaskType()
Specifies the particular task implementation that Amazon AppFlow performs.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getSourceFields()
CfnFlow.TaskProperty
getSourceFields
in interface CfnFlow.TaskProperty
public final java.lang.String getTaskType()
CfnFlow.TaskProperty
Allowed values : Arithmetic
| Filter
| Map
| Map_all
| Mask
| Merge
| Truncate
| Validate
getTaskType
in interface CfnFlow.TaskProperty
public final java.lang.Object getConnectorOperator()
CfnFlow.TaskProperty
getConnectorOperator
in interface CfnFlow.TaskProperty
public final java.lang.String getDestinationField()
CfnFlow.TaskProperty
getDestinationField
in interface CfnFlow.TaskProperty
public final java.lang.Object getTaskProperties()
CfnFlow.TaskProperty
The execution service looks for particular information based on the TaskType
.
getTaskProperties
in interface CfnFlow.TaskProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()