@Stability(value=Deprecated) @Deprecated @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)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(StepFunctionsTaskConfig.Builder builder)
Deprecated.
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()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
Duration |
getHeartbeat()
Deprecated.
(deprecated) Maximum time between heart beats.
|
Map<String,Object> |
getMetricDimensions()
Deprecated.
(deprecated) The dimensions to attach to metrics.
|
String |
getMetricPrefixPlural()
Deprecated.
(deprecated) Prefix for plural metric names of activity actions.
|
String |
getMetricPrefixSingular()
Deprecated.
(deprecated) Prefix for singular metric names of activity actions.
|
Map<String,Object> |
getParameters()
Deprecated.
(deprecated) Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.
|
List<PolicyStatement> |
getPolicyStatements()
Deprecated.
(deprecated) Additional policy statements to add to the execution role.
|
String |
getResourceArn()
Deprecated.
(deprecated) The resource that represents the work to be executed.
|
int |
hashCode()
Deprecated.
|
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(StepFunctionsTaskConfig.Builder builder)
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 StepFunctionsTaskConfigpublic 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 © 2022. All rights reserved.