@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-08-28T10:19:41.994Z") @Stability(value=Stable) public interface EcsFargateLaunchTargetOptions extends software.amazon.jsii.JsiiSerializable
| 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.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html@Stability(value=Stable) static EcsFargateLaunchTargetOptions.Builder builder()
Copyright © 2020. All rights reserved.