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.106.0 (build e852934)",
date="2025-02-17T19:20:38.171Z")
@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 interface
Internal default implementation forIEcsLaunchTarget
.static final class
A 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.
-