@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:50.214Z")
public interface EcsFargateLaunchTargetOptions
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.
|
FargatePlatformVersion getPlatformVersion()
Fargate platform version is a combination of the kernel and container runtime versions.
static EcsFargateLaunchTargetOptions.Builder builder()