public static final class CallAwsServiceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CallAwsServiceProps
CallAwsServiceProps
CallAwsServiceProps.Builder, CallAwsServiceProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAction()
The API action to call.
|
java.lang.String |
getComment()
An optional description for this state.
|
Duration |
getHeartbeat()
Timeout for the heartbeat.
|
java.lang.String |
getIamAction()
The action for the IAM statement that will be added to the state machine role's policy to allow the state machine to make the API call.
|
java.util.List<java.lang.String> |
getIamResources()
The resources for the IAM statement that will be added to the state machine role's policy to allow the state machine to make the API call.
|
java.lang.String |
getInputPath()
JSONPath expression to select part of the state to be the input to this state.
|
IntegrationPattern |
getIntegrationPattern()
AWS Step Functions integrates with services directly in the Amazon States Language.
|
java.lang.String |
getOutputPath()
JSONPath expression to select select a portion of the state output to pass to the next state.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Parameters for the API action call.
|
java.lang.String |
getResultPath()
JSONPath expression to indicate where to inject the state's output.
|
java.util.Map<java.lang.String,java.lang.Object> |
getResultSelector()
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
java.lang.String |
getService()
The AWS service to call.
|
Duration |
getTimeout()
Timeout for the state machine.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAction()
CallAwsServiceProps
Use camelCase.
getAction
in interface CallAwsServiceProps
public final java.util.List<java.lang.String> getIamResources()
CallAwsServiceProps
By default the action for this IAM statement will be service:action
.
getIamResources
in interface CallAwsServiceProps
public final java.lang.String getService()
CallAwsServiceProps
getService
in interface CallAwsServiceProps
https://docs.aws.amazon.com/step-functions/latest/dg/supported-services-awssdk.html
public final java.lang.String getIamAction()
CallAwsServiceProps
Use in the case where the IAM action name does not match with the
API service/action name, e.g. s3:ListBuckets
requires s3:ListAllMyBuckets
.
Default: - service:action
getIamAction
in interface CallAwsServiceProps
public final java.util.Map<java.lang.String,java.lang.Object> getParameters()
CallAwsServiceProps
Use PascalCase for the parameter names.
Default: - no parameters
getParameters
in interface CallAwsServiceProps
public final java.lang.String getComment()
TaskStateBaseProps
Default: - No comment
getComment
in interface TaskStateBaseProps
public final Duration getHeartbeat()
TaskStateBaseProps
Default: - None
getHeartbeat
in interface TaskStateBaseProps
public final java.lang.String getInputPath()
TaskStateBaseProps
May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: - The entire task input (JSON path '$')
getInputPath
in interface TaskStateBaseProps
public final IntegrationPattern getIntegrationPattern()
TaskStateBaseProps
You can control these AWS services using service integration patterns
Default: - `IntegrationPattern.REQUEST_RESPONSE` for most tasks. `IntegrationPattern.RUN_JOB` for the following exceptions: `BatchSubmitJob`, `EmrAddStep`, `EmrCreateCluster`, `EmrTerminationCluster`, and `EmrContainersStartJobRun`.
getIntegrationPattern
in interface TaskStateBaseProps
https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token
public final java.lang.String getOutputPath()
TaskStateBaseProps
May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: - The entire JSON node determined by the state input, the task result, and resultPath is passed to the next state (JSON path '$')
getOutputPath
in interface TaskStateBaseProps
public final java.lang.String getResultPath()
TaskStateBaseProps
May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.
Default: - Replaces the entire input with the result (JSON path '$')
getResultPath
in interface TaskStateBaseProps
public final java.util.Map<java.lang.String,java.lang.Object> getResultSelector()
TaskStateBaseProps
You can use ResultSelector to create a payload with values that are static or selected from the state's raw result.
Default: - None
getResultSelector
in interface TaskStateBaseProps
https://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-resultselector
public final Duration getTimeout()
TaskStateBaseProps
Default: - None
getTimeout
in interface TaskStateBaseProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()