Class TaskProps.Jsii$Proxy
- All Implemented Interfaces:
- TaskProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- TaskProps
TaskProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.TaskPropsTaskProps.Builder, TaskProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyDeprecated.Constructor that initializes the object based on literal property values passed by theTaskProps.Builder.
 
- 
- 
Method Details- 
getTaskDeprecated.Description copied from interface:TaskProps(deprecated) Actual task to be invoked in this workflow.
- 
getCommentDeprecated.Description copied from interface:TaskProps(deprecated) An optional description for this state.Default: No comment - Specified by:
- getCommentin interface- TaskProps
 
- 
getInputPathDeprecated.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 interface- TaskProps
 
- 
getOutputPathDeprecated.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 interface- TaskProps
 
- 
getParametersDeprecated.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 interface- TaskProps
- See Also:
 
- 
getResultPathDeprecated.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 interface- TaskProps
 
- 
getTimeoutDeprecated.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 interface- TaskProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equalsDeprecated.
- 
hashCodepublic final int hashCode()Deprecated.
 
-