@Stability(value=Deprecated) @Deprecated @Internal public static final class TaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TaskProps
TaskPropssoftware.amazon.jsii.JsiiObject.InitializationModeTaskProps.Builder, TaskProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(TaskProps.Builder builder)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
TaskProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getComment()
Deprecated.
(deprecated) An optional description for this state.
|
String |
getInputPath()
Deprecated.
(deprecated) JSONPath expression to select part of the state to be the input to this state.
|
String |
getOutputPath()
Deprecated.
(deprecated) JSONPath expression to select part of the state to be the output to this state.
|
Map<String,Object> |
getParameters()
Deprecated.
(deprecated) Parameters to invoke the task with.
|
String |
getResultPath()
Deprecated.
(deprecated) JSONPath expression to indicate where to inject the state's output.
|
IStepFunctionsTask |
getTask()
Deprecated.
(deprecated) Actual task to be invoked in this workflow.
|
Duration |
getTimeout()
Deprecated.
(deprecated) Maximum run time of this state.
|
int |
hashCode()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(TaskProps.Builder builder)
TaskProps.Builder.public final IStepFunctionsTask getTask()
TaskPropspublic final String getComment()
TaskPropsDefault: No comment
getComment in interface TaskPropspublic final String getInputPath()
TaskPropsMay also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: $
getInputPath in interface TaskPropspublic final String getOutputPath()
TaskPropsMay also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: $
getOutputPath in interface TaskPropspublic final Map<String,Object> getParameters()
TaskProps
It is not recommended to use this field. The object that is passed in
the task property will take care of returning the right values for the
Parameters field in the Step Functions definition.
The various classes that implement IStepFunctionsTask will take a
properties which make sense for the task type. For example, for
InvokeFunction the field that populates the parameters field will be
called payload, and for the PublishToTopic the parameters field
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
getParameters in interface TaskPropshttps://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-parameterspublic final String getResultPath()
TaskPropsMay also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.
Default: $
getResultPath in interface TaskPropspublic final Duration getTimeout()
TaskPropsIf the state takes longer than this amount of time to complete, a 'Timeout' error is raised.
Default: 60
getTimeout in interface TaskProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.