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.104.0 (build e79254c)",
date="2024-11-15T10:25:08.157Z")
@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
Modifier 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.
-