@Stability(value=Stable) @Internal 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.
|
protected |
Jsii$Proxy(String resourceArn,
Duration heartbeat,
Map<String,? extends Object> metricDimensions,
String metricPrefixPlural,
String metricPrefixSingular,
Map<String,? extends Object> parameters,
List<? extends PolicyStatement> policyStatements)
Constructor that initializes the object based on literal property values passed by the
StepFunctionsTaskConfig.Builder. |
| 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, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String resourceArn, Duration heartbeat, Map<String,? extends Object> metricDimensions, String metricPrefixPlural, String metricPrefixSingular, Map<String,? extends Object> parameters, List<? extends PolicyStatement> policyStatements)
StepFunctionsTaskConfig.Builder.public final String getResourceArn()
StepFunctionsTaskConfigEither the ARN of a Lambda Function or Activity, or a special ARN.
getResourceArn in interface StepFunctionsTaskConfigpublic final 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
getHeartbeat in interface StepFunctionsTaskConfigpublic final Map<String,Object> getMetricDimensions()
StepFunctionsTaskConfigDefault: No metrics
getMetricDimensions in interface StepFunctionsTaskConfigpublic final String getMetricPrefixPlural()
StepFunctionsTaskConfigDefault: No such metrics
getMetricPrefixPlural in interface StepFunctionsTaskConfigpublic final String getMetricPrefixSingular()
StepFunctionsTaskConfigDefault: No such metrics
getMetricPrefixSingular in interface StepFunctionsTaskConfigpublic final 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
getParameters in interface StepFunctionsTaskConfighttps://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-parameterspublic final List<PolicyStatement> getPolicyStatements()
StepFunctionsTaskConfigDefault: No policy roles
getPolicyStatements in interface StepFunctionsTaskConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.