-
Assign public IP addresses to each task.
The ECS cluster to run the task on.
An optional description for this state.
Container setting overrides.
EcsRunTask.Builder.create(software.constructs.Construct scope,
String id)
EcsRunTask.Builder.heartbeat(software.amazon.awscdk.core.Duration heartbeat)
Timeout for the heartbeat.
JSONPath expression to select part of the state to be the input to this state.
AWS Step Functions integrates with services directly in the Amazon States Language.
An Amazon ECS launch type determines the type of infrastructure on which your tasks and services are hosted.
JSONPath expression to select select a portion of the state output to pass to the next state.
JSONPath expression to indicate where to inject the state's output.
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
Existing security groups to use for the tasks.
Subnets to place the task's ENIs.
[disable-awslint:ref-via-interface] Task Definition used for running tasks in the service.
EcsRunTask.Builder.timeout(software.amazon.awscdk.core.Duration timeout)
Timeout for the state machine.