@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.462Z") @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 © 2022. All rights reserved.