@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.363Z") @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.services.stepfunctions.tasks.*;
import software.amazon.awscdk.core.*;
InvokeActivityProps invokeActivityProps = InvokeActivityProps.builder()
.heartbeat(Duration.minutes(30))
.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.