@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:52.918Z") @Stability(value=Experimental) public class EcsFargateLaunchTarget extends software.amazon.jsii.JsiiObject implements IEcsLaunchTarget
https://docs.aws.amazon.com/AmazonECS/latest/userguide/launch_types.html#launch-type-fargate| Modifier and Type | Class and Description |
|---|---|
static class |
EcsFargateLaunchTarget.Builder
(experimental) A fluent builder for
EcsFargateLaunchTarget. |
software.amazon.jsii.JsiiObject.InitializationModeIEcsLaunchTarget.Jsii$Default, IEcsLaunchTarget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
EcsFargateLaunchTarget() |
|
EcsFargateLaunchTarget(EcsFargateLaunchTargetOptions options) |
protected |
EcsFargateLaunchTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EcsFargateLaunchTarget(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
EcsLaunchTargetConfig |
bind(EcsRunTask _task,
LaunchTargetBindOptions launchTargetOptions)
(experimental) Called when the Fargate launch type configured on RunTask.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EcsFargateLaunchTarget(software.amazon.jsii.JsiiObjectRef objRef)
protected EcsFargateLaunchTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public EcsFargateLaunchTarget(@Nullable
EcsFargateLaunchTargetOptions options)
options - @Stability(value=Experimental) public EcsFargateLaunchTarget()
@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.