@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.279Z") @Stability(value=Experimental) public class EcsEc2LaunchTarget extends software.amazon.jsii.JsiiObject implements IEcsLaunchTarget
https://docs.aws.amazon.com/AmazonECS/latest/userguide/launch_types.html#launch-type-ec2| Modifier and Type | Class and Description |
|---|---|
static class |
EcsEc2LaunchTarget.Builder
(experimental) A fluent builder for
EcsEc2LaunchTarget. |
software.amazon.jsii.JsiiObject.InitializationModeIEcsLaunchTarget.Jsii$Default, IEcsLaunchTarget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
EcsEc2LaunchTarget() |
|
EcsEc2LaunchTarget(EcsEc2LaunchTargetOptions options) |
protected |
EcsEc2LaunchTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EcsEc2LaunchTarget(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
EcsLaunchTargetConfig |
bind(EcsRunTask _task,
LaunchTargetBindOptions launchTargetOptions)
(experimental) Called when the EC2 launch type is configured on RunTask.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EcsEc2LaunchTarget(software.amazon.jsii.JsiiObjectRef objRef)
protected EcsEc2LaunchTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public EcsEc2LaunchTarget(@Nullable
EcsEc2LaunchTargetOptions options)
options - @Stability(value=Experimental) public EcsEc2LaunchTarget()
@Stability(value=Experimental) @NotNull public EcsLaunchTargetConfig bind(@NotNull EcsRunTask _task, @NotNull LaunchTargetBindOptions launchTargetOptions)
bind in interface IEcsLaunchTarget_task - This parameter is required.launchTargetOptions - This parameter is required.Copyright © 2021. All rights reserved.