Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.EcsLaunchTargetConfig
Packages that use EcsLaunchTargetConfig
Package
Description
Tasks for AWS Step Functions
-
Uses of EcsLaunchTargetConfig in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement EcsLaunchTargetConfigMethods in software.amazon.awscdk.services.stepfunctions.tasks that return EcsLaunchTargetConfigModifier and TypeMethodDescriptionEcsEc2LaunchTarget.bind(EcsRunTask _task, LaunchTargetBindOptions launchTargetOptions) Called when the EC2 launch type is configured on RunTask.EcsFargateLaunchTarget.bind(EcsRunTask _task, LaunchTargetBindOptions launchTargetOptions) Called when the Fargate launch type configured on RunTask.IEcsLaunchTarget.bind(EcsRunTask task, LaunchTargetBindOptions launchTargetOptions) called when the ECS launch target is configured on RunTask.default EcsLaunchTargetConfigIEcsLaunchTarget.Jsii$Default.bind(EcsRunTask task, LaunchTargetBindOptions launchTargetOptions) called when the ECS launch target is configured on RunTask.final EcsLaunchTargetConfigIEcsLaunchTarget.Jsii$Proxy.bind(EcsRunTask task, LaunchTargetBindOptions launchTargetOptions) called when the ECS launch target is configured on RunTask.EcsLaunchTargetConfig.Builder.build()Builds the configured instance.