@Stability(value=Experimental) public static final class StepFunctionsTaskConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StepFunctionsTaskConfig
StepFunctionsTaskConfigsoftware.amazon.jsii.JsiiObject.InitializationModeStepFunctionsTaskConfig.Builder, StepFunctionsTaskConfig.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(Object o) |
Duration |
getHeartbeat()
Maximum time between heart beats.
|
Map<String,Object> |
getMetricDimensions()
The dimensions to attach to metrics.
|
String |
getMetricPrefixPlural()
Prefix for plural metric names of activity actions.
|
String |
getMetricPrefixSingular()
Prefix for singular metric names of activity actions.
|
Map<String,Object> |
getParameters()
Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.
|
List<PolicyStatement> |
getPolicyStatements()
Additional policy statements to add to the execution role.
|
String |
getResourceArn()
The resource that represents the work to be executed.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getResourceArn()
StepFunctionsTaskConfigEither the ARN of a Lambda Function or Activity, or a special ARN.
EXPERIMENTAL
getResourceArn in interface StepFunctionsTaskConfigpublic Duration getHeartbeat()
StepFunctionsTaskConfigIf the time between heart beats takes longer than this, a 'Timeout' error is raised.
This is only relevant when using an Activity type as resource.
Default: No heart beat timeout
EXPERIMENTAL
getHeartbeat in interface StepFunctionsTaskConfigpublic Map<String,Object> getMetricDimensions()
StepFunctionsTaskConfigDefault: No metrics
EXPERIMENTAL
getMetricDimensions in interface StepFunctionsTaskConfigpublic String getMetricPrefixPlural()
StepFunctionsTaskConfigDefault: No such metrics
EXPERIMENTAL
getMetricPrefixPlural in interface StepFunctionsTaskConfigpublic String getMetricPrefixSingular()
StepFunctionsTaskConfigDefault: No such metrics
EXPERIMENTAL
getMetricPrefixSingular in interface StepFunctionsTaskConfigpublic Map<String,Object> getParameters()
StepFunctionsTaskConfigThe meaning of these parameters is task-dependent.
Its values will be merged with the parameters property which is configured directly
on the Task state.
Default: No parameters
EXPERIMENTAL
getParameters in interface StepFunctionsTaskConfighttps://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-parameterspublic List<PolicyStatement> getPolicyStatements()
StepFunctionsTaskConfigDefault: No policy roles
EXPERIMENTAL
getPolicyStatements in interface StepFunctionsTaskConfigpublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.