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.84.0 (build 5404dcf)", date="2023-06-19T16:30:48.099Z") @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:
  • 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.