Class StepFunctionsTaskConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.StepFunctionsTaskConfig.Jsii$Proxy
- All Implemented Interfaces:
StepFunctionsTaskConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StepFunctionsTaskConfig
@Stability(Deprecated)
@Deprecated
@Internal
public static final class StepFunctionsTaskConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements StepFunctionsTaskConfig
Deprecated.
An implementation for
StepFunctionsTaskConfig-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.StepFunctionsTaskConfig
StepFunctionsTaskConfig.Builder, StepFunctionsTaskConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by theStepFunctionsTaskConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final DurationDeprecated.(deprecated) Maximum time between heart beats.Deprecated.(deprecated) The dimensions to attach to metrics.final StringDeprecated.(deprecated) Prefix for plural metric names of activity actions.final StringDeprecated.(deprecated) Prefix for singular metric names of activity actions.Deprecated.(deprecated) Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.final List<PolicyStatement>Deprecated.(deprecated) Additional policy statements to add to the execution role.final StringDeprecated.(deprecated) The resource that represents the work to be executed.final inthashCode()Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theStepFunctionsTaskConfig.Builder.
-
-
Method Details
-
getResourceArn
Deprecated.Description copied from interface:StepFunctionsTaskConfig(deprecated) The resource that represents the work to be executed.Either the ARN of a Lambda Function or Activity, or a special ARN.
- Specified by:
getResourceArnin interfaceStepFunctionsTaskConfig
-
getHeartbeat
Deprecated.Description copied from interface:StepFunctionsTaskConfig(deprecated) Maximum time between heart beats.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
- Specified by:
getHeartbeatin interfaceStepFunctionsTaskConfig
-
getMetricDimensions
Deprecated.Description copied from interface:StepFunctionsTaskConfig(deprecated) The dimensions to attach to metrics.Default: No metrics
- Specified by:
getMetricDimensionsin interfaceStepFunctionsTaskConfig
-
getMetricPrefixPlural
Deprecated.Description copied from interface:StepFunctionsTaskConfig(deprecated) Prefix for plural metric names of activity actions.Default: No such metrics
- Specified by:
getMetricPrefixPluralin interfaceStepFunctionsTaskConfig
-
getMetricPrefixSingular
Deprecated.Description copied from interface:StepFunctionsTaskConfig(deprecated) Prefix for singular metric names of activity actions.Default: No such metrics
- Specified by:
getMetricPrefixSingularin interfaceStepFunctionsTaskConfig
-
getParameters
Deprecated.Description copied from interface:StepFunctionsTaskConfig(deprecated) Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.The meaning of these parameters is task-dependent.
Its values will be merged with the
parametersproperty which is configured directly on the Task state.Default: No parameters
- Specified by:
getParametersin interfaceStepFunctionsTaskConfig- See Also:
-
getPolicyStatements
Deprecated.Description copied from interface:StepFunctionsTaskConfig(deprecated) Additional policy statements to add to the execution role.Default: No policy roles
- Specified by:
getPolicyStatementsin interfaceStepFunctionsTaskConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-