@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-03T16:22:40.509Z") @Stability(value=Stable) public interface EcsFargateLaunchTargetOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecs.*;
import software.amazon.awscdk.services.stepfunctions.tasks.*;
EcsFargateLaunchTargetOptions ecsFargateLaunchTargetOptions = EcsFargateLaunchTargetOptions.builder()
.platformVersion(FargatePlatformVersion.LATEST)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EcsFargateLaunchTargetOptions.Builder
A builder for
EcsFargateLaunchTargetOptions |
static class |
EcsFargateLaunchTargetOptions.Jsii$Proxy
An implementation for
EcsFargateLaunchTargetOptions |
| Modifier and Type | Method and Description |
|---|---|
static EcsFargateLaunchTargetOptions.Builder |
builder() |
FargatePlatformVersion |
getPlatformVersion()
Refers to a specific runtime environment for Fargate task infrastructure.
|
@Stability(value=Stable) @NotNull FargatePlatformVersion getPlatformVersion()
Fargate platform version is a combination of the kernel and container runtime versions.
@Stability(value=Stable) static EcsFargateLaunchTargetOptions.Builder builder()
Copyright © 2023. All rights reserved.