Interface IEcsLaunchTarget
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEcsLaunchTarget.Jsii$Default
- All Known Implementing Classes:
EcsEc2LaunchTarget,EcsFargateLaunchTarget,IEcsLaunchTarget.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:49.886Z")
@Stability(Stable)
public interface IEcsLaunchTarget
extends software.amazon.jsii.JsiiSerializable
An Amazon ECS launch type determines the type of infrastructure on which your tasks and services are hosted.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEcsLaunchTarget.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(EcsRunTask task, LaunchTargetBindOptions launchTargetOptions) called when the ECS launch target is configured on RunTask.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull EcsLaunchTargetConfig bind(@NotNull EcsRunTask task, @NotNull LaunchTargetBindOptions launchTargetOptions) called when the ECS launch target is configured on RunTask.- Parameters:
task- This parameter is required.launchTargetOptions- This parameter is required.
-