Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.IEcsLaunchTarget
Packages that use IEcsLaunchTarget
Package
Description
Tasks for AWS Step Functions
- 
Uses of IEcsLaunchTarget in software.amazon.awscdk.services.stepfunctions.tasksSubinterfaces of IEcsLaunchTarget in software.amazon.awscdk.services.stepfunctions.tasksModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEcsLaunchTarget.Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement IEcsLaunchTargetModifier and TypeClassDescriptionclassConfiguration for running an ECS task on EC2.classConfiguration for running an ECS task on Fargate.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.stepfunctions.tasks that return IEcsLaunchTargetModifier and TypeMethodDescriptionEcsRunTaskJsonataProps.getLaunchTarget()An Amazon ECS launch type determines the type of infrastructure on which your tasks and services are hosted.final IEcsLaunchTargetEcsRunTaskJsonataProps.Jsii$Proxy.getLaunchTarget()EcsRunTaskJsonPathProps.getLaunchTarget()An Amazon ECS launch type determines the type of infrastructure on which your tasks and services are hosted.final IEcsLaunchTargetEcsRunTaskJsonPathProps.Jsii$Proxy.getLaunchTarget()EcsRunTaskProps.getLaunchTarget()An Amazon ECS launch type determines the type of infrastructure on which your tasks and services are hosted.final IEcsLaunchTargetEcsRunTaskProps.Jsii$Proxy.getLaunchTarget()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type IEcsLaunchTargetModifier and TypeMethodDescriptionEcsRunTask.Builder.launchTarget(IEcsLaunchTarget launchTarget) An Amazon ECS launch type determines the type of infrastructure on which your tasks and services are hosted.EcsRunTaskJsonataProps.Builder.launchTarget(IEcsLaunchTarget launchTarget) Sets the value ofEcsRunTaskJsonataProps.getLaunchTarget()EcsRunTaskJsonPathProps.Builder.launchTarget(IEcsLaunchTarget launchTarget) Sets the value ofEcsRunTaskJsonPathProps.getLaunchTarget()EcsRunTaskProps.Builder.launchTarget(IEcsLaunchTarget launchTarget) Sets the value ofEcsRunTaskProps.getLaunchTarget()