@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:57.346Z") @Stability(value=Deprecated) @Deprecated public interface InvokeActivityProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
import software.amazon.awscdk.services.stepfunctions.tasks.*;
Duration duration;
InvokeActivityProps invokeActivityProps = InvokeActivityProps.builder()
.heartbeat(duration)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
InvokeActivityProps.Builder
Deprecated.
|
static class |
InvokeActivityProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static InvokeActivityProps.Builder |
builder()
Deprecated.
|
default Duration |
getHeartbeat()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @Nullable default Duration getHeartbeat()
If the time between heart beats takes longer than this, a 'Timeout' error is raised.
Default: No heart beat timeout
@Stability(value=Deprecated) @Deprecated static InvokeActivityProps.Builder builder()
InvokeActivityProps.Builder of InvokeActivityPropsCopyright © 2022. All rights reserved.