Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EcsRunTask.Builder
Packages that use EcsRunTask.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of EcsRunTask.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EcsRunTask.BuilderModifier and TypeMethodDescriptionEcsRunTask.Builder.assignPublicIp(Boolean assignPublicIp) Assign public IP addresses to each task.The ECS cluster to run the task on.An optional description for this state.EcsRunTask.Builder.containerOverrides(List<? extends ContainerOverride> containerOverrides) Container setting overrides.Cpu setting override.static EcsRunTask.BuilderEcsRunTask.Builder.credentials(Credentials credentials) Credentials for an IAM Role that the State Machine assumes for executing the task.EcsRunTask.Builder.enableExecuteCommand(Boolean enableExecuteCommand) Whether ECS Exec should be enabled.Deprecated.EcsRunTask.Builder.heartbeatTimeout(Timeout heartbeatTimeout) Timeout for the heartbeat.JSONPath expression to select part of the state to be the input to this state.EcsRunTask.Builder.integrationPattern(IntegrationPattern integrationPattern) AWS Step Functions integrates with services directly in the Amazon States Language.EcsRunTask.Builder.launchTarget(IEcsLaunchTarget launchTarget) An Amazon ECS launch type determines the type of infrastructure on which your tasks and services are hosted.Memory setting override.EcsRunTask.Builder.outputPath(String outputPath) JSONPath expression to select select a portion of the state output to pass to the next state.EcsRunTask.Builder.propagatedTagSource(PropagatedTagSource propagatedTagSource) Specifies whether to propagate the tags from the task definition to the task.EcsRunTask.Builder.resultPath(String resultPath) JSONPath expression to indicate where to inject the state's output.EcsRunTask.Builder.resultSelector(Map<String, ? extends Object> resultSelector) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.EcsRunTask.Builder.revisionNumber(Number revisionNumber) The revision number of ECS task definition family.EcsRunTask.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Existing security groups to use for the tasks.Optional name for this state.EcsRunTask.Builder.subnets(SubnetSelection subnets) Subnets to place the task's ENIs.EcsRunTask.Builder.taskDefinition(TaskDefinition taskDefinition) [disable-awslint:ref-via-interface] Task Definition used for running tasks in the service.EcsRunTask.Builder.taskTimeout(Timeout taskTimeout) Timeout for the task.Deprecated.usetaskTimeout
heartbeatTimeout