@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:27.784Z") @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.