| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
EcsRunTask.Builder |
EcsRunTask.Builder.assignPublicIp(Boolean assignPublicIp)
(experimental) Assign public IP addresses to each task.
|
EcsRunTask.Builder |
EcsRunTask.Builder.cluster(ICluster cluster)
(experimental) The ECS cluster to run the task on.
|
EcsRunTask.Builder |
EcsRunTask.Builder.comment(String comment)
(experimental) An optional description for this state.
|
EcsRunTask.Builder |
EcsRunTask.Builder.containerOverrides(List<? extends ContainerOverride> containerOverrides)
(experimental) Container setting overrides.
|
static EcsRunTask.Builder |
EcsRunTask.Builder.create(software.constructs.Construct scope,
String id) |
EcsRunTask.Builder |
EcsRunTask.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EcsRunTask.Builder |
EcsRunTask.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
EcsRunTask.Builder |
EcsRunTask.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
EcsRunTask.Builder |
EcsRunTask.Builder.launchTarget(IEcsLaunchTarget launchTarget)
(experimental) An Amazon ECS launch type determines the type of infrastructure on which your tasks and services are hosted.
|
EcsRunTask.Builder |
EcsRunTask.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
EcsRunTask.Builder |
EcsRunTask.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
EcsRunTask.Builder |
EcsRunTask.Builder.resultSelector(Map<String,? extends Object> resultSelector)
(experimental) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
EcsRunTask.Builder |
EcsRunTask.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups)
(experimental) Existing security groups to use for the tasks.
|
EcsRunTask.Builder |
EcsRunTask.Builder.subnets(SubnetSelection subnets)
(experimental) Subnets to place the task's ENIs.
|
EcsRunTask.Builder |
EcsRunTask.Builder.taskDefinition(TaskDefinition taskDefinition)
(experimental) [disable-awslint:ref-via-interface] Task Definition used for running tasks in the service.
|
EcsRunTask.Builder |
EcsRunTask.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
Copyright © 2021. All rights reserved.