Class TaskProps.Jsii$Proxy
- All Implemented Interfaces:
TaskProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- TaskProps
TaskProps-
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.stepfunctions.TaskProps
TaskProps.Builder, TaskProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(TaskProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theTaskProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final StringDeprecated.(deprecated) An optional description for this state.final StringDeprecated.(deprecated) JSONPath expression to select part of the state to be the input to this state.final StringDeprecated.(deprecated) JSONPath expression to select part of the state to be the output to this state.Deprecated.(deprecated) Parameters to invoke the task with.final StringDeprecated.(deprecated) JSONPath expression to indicate where to inject the state's output.final IStepFunctionsTaskgetTask()Deprecated.(deprecated) Actual task to be invoked in this workflow.final DurationDeprecated.(deprecated) Maximum run time of this state.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theTaskProps.Builder.
-
-
Method Details
-
getTask
Deprecated.Description copied from interface:TaskProps(deprecated) Actual task to be invoked in this workflow. -
getComment
Deprecated.Description copied from interface:TaskProps(deprecated) An optional description for this state.Default: No comment
- Specified by:
getCommentin interfaceTaskProps
-
getInputPath
Deprecated.Description copied from interface:TaskProps(deprecated) JSONPath expression to select part of the state to be the input to this state.May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: $
- Specified by:
getInputPathin interfaceTaskProps
-
getOutputPath
Deprecated.Description copied from interface:TaskProps(deprecated) JSONPath expression to select part of the state to be the output to this state.May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: $
- Specified by:
getOutputPathin interfaceTaskProps
-
getParameters
Deprecated.Description copied from interface:TaskProps(deprecated) Parameters to invoke the task with.It is not recommended to use this field. The object that is passed in the
taskproperty will take care of returning the right values for theParametersfield in the Step Functions definition.The various classes that implement
IStepFunctionsTaskwill take a properties which make sense for the task type. For example, forInvokeFunctionthe field that populates theparametersfield will be calledpayload, and for thePublishToTopictheparametersfield will be populated via a combination of the referenced topic, subject and message.If passed anyway, the keys in this map will override the parameters returned by the task object.
Default: - Use the parameters implied by the `task` property
- Specified by:
getParametersin interfaceTaskProps- See Also:
-
getResultPath
Deprecated.Description copied from interface:TaskProps(deprecated) JSONPath expression to indicate where to inject the state's output.May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.
Default: $
- Specified by:
getResultPathin interfaceTaskProps
-
getTimeout
Deprecated.Description copied from interface:TaskProps(deprecated) Maximum run time of this state.If the state takes longer than this amount of time to complete, a 'Timeout' error is raised.
Default: 60
- Specified by:
getTimeoutin interfaceTaskProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-