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
  • 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

      protected Jsii$Proxy(CfnFlow.TaskProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnFlow.TaskProperty.Builder.
  • Method Details

    • getSourceFields

      public final List<String> getSourceFields()
      Description copied from interface: CfnFlow.TaskProperty
      The source fields to which a particular task is applied.
      Specified by:
      getSourceFields in interface CfnFlow.TaskProperty
    • getTaskType

      public final String getTaskType()
      Description copied from interface: CfnFlow.TaskProperty
      Specifies the particular task implementation that Amazon AppFlow performs.

      Allowed values : Arithmetic | Filter | Map | Map_all | Mask | Merge | Truncate | Validate

      Specified by:
      getTaskType in interface CfnFlow.TaskProperty
    • getConnectorOperator

      public final Object getConnectorOperator()
      Description copied from interface: CfnFlow.TaskProperty
      The operation to be performed on the provided source fields.
      Specified by:
      getConnectorOperator in interface CfnFlow.TaskProperty
    • getDestinationField

      public final String getDestinationField()
      Description copied from interface: CfnFlow.TaskProperty
      A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
      Specified by:
      getDestinationField in interface CfnFlow.TaskProperty
    • getTaskProperties

      public final Object getTaskProperties()
      Description copied from interface: CfnFlow.TaskProperty
      A map used to store task-related information.

      The execution service looks for particular information based on the TaskType .

      Specified by:
      getTaskProperties in interface CfnFlow.TaskProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object