@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:58.929Z") @Stability(value=Experimental) public interface StepFunctionsTaskConfig extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
StepFunctionsTaskConfig.Builder
A builder for
StepFunctionsTaskConfig |
static class |
StepFunctionsTaskConfig.Jsii$Proxy
An implementation for
StepFunctionsTaskConfig |
| Modifier and Type | Method and Description |
|---|---|
static StepFunctionsTaskConfig.Builder |
builder() |
default Duration |
getHeartbeat()
Maximum time between heart beats.
|
default Map<String,Object> |
getMetricDimensions()
The dimensions to attach to metrics.
|
default String |
getMetricPrefixPlural()
Prefix for plural metric names of activity actions.
|
default String |
getMetricPrefixSingular()
Prefix for singular metric names of activity actions.
|
default Map<String,Object> |
getParameters()
Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.
|
default List<PolicyStatement> |
getPolicyStatements()
Additional policy statements to add to the execution role.
|
String |
getResourceArn()
The resource that represents the work to be executed.
|
@Stability(value=Experimental) @NotNull String getResourceArn()
Either the ARN of a Lambda Function or Activity, or a special ARN.
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Duration getHeartbeat()
If 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
@Stability(value=Experimental) @Nullable default Map<String,Object> getMetricDimensions()
Default: No metrics
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default String getMetricPrefixPlural()
Default: No such metrics
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default String getMetricPrefixSingular()
Default: No such metrics
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Map<String,Object> getParameters()
The 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
https://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-parameters@Stability(value=Experimental) @Nullable default List<PolicyStatement> getPolicyStatements()
Default: No policy roles
EXPERIMENTAL
@Stability(value=Experimental) static StepFunctionsTaskConfig.Builder builder()
StepFunctionsTaskConfig.Builder of StepFunctionsTaskConfigCopyright © 2020. All rights reserved.