Class CfnFlow.TaskProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlow.TaskProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.TaskProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFlow.TaskProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.TaskProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.TaskProperty
An implementation for
CfnFlow.TaskProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnFlow.TaskProperty
CfnFlow.TaskProperty.Builder, CfnFlow.TaskProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFlow.TaskProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlow.TaskProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe operation to be performed on the provided source fields.final StringA field in a destination connector, or a field value against which Amazon AppFlow validates a source field.The source fields to which a particular task is applied.final ObjectA map used to store task-related information.final StringSpecifies the particular task implementation that Amazon AppFlow performs.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFlow.TaskProperty.Builder.
-
-
Method Details
-
getSourceFields
Description copied from interface:CfnFlow.TaskPropertyThe source fields to which a particular task is applied.- Specified by:
getSourceFieldsin interfaceCfnFlow.TaskProperty
-
getTaskType
Description copied from interface:CfnFlow.TaskPropertySpecifies the particular task implementation that Amazon AppFlow performs.Allowed values :
Arithmetic|Filter|Map|Map_all|Mask|Merge|Truncate|Validate- Specified by:
getTaskTypein interfaceCfnFlow.TaskProperty
-
getConnectorOperator
Description copied from interface:CfnFlow.TaskPropertyThe operation to be performed on the provided source fields.- Specified by:
getConnectorOperatorin interfaceCfnFlow.TaskProperty
-
getDestinationField
Description copied from interface:CfnFlow.TaskPropertyA field in a destination connector, or a field value against which Amazon AppFlow validates a source field.- Specified by:
getDestinationFieldin interfaceCfnFlow.TaskProperty
-
getTaskProperties
Description copied from interface:CfnFlow.TaskPropertyA map used to store task-related information.The execution service looks for particular information based on the
TaskType.- Specified by:
getTaskPropertiesin interfaceCfnFlow.TaskProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-