@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:11.330Z")
@Deprecated
public interface InvokeActivityProps
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.
|
@Deprecated default Duration getHeartbeat()
If the time between heart beats takes longer than this, a 'Timeout' error is raised.
Default: No heart beat timeout
@Deprecated static InvokeActivityProps.Builder builder()
InvokeActivityProps.Builder
of InvokeActivityProps