@Stability(value=Experimental) public static final class EcsFargateLaunchTarget.Builder extends Object implements software.amazon.jsii.Builder<EcsFargateLaunchTarget>
EcsFargateLaunchTarget.| Modifier and Type | Method and Description |
|---|---|
EcsFargateLaunchTarget |
build() |
static EcsFargateLaunchTarget.Builder |
create() |
EcsFargateLaunchTarget.Builder |
platformVersion(FargatePlatformVersion platformVersion)
(experimental) Refers to a specific runtime environment for Fargate task infrastructure.
|
@Stability(value=Experimental) public static EcsFargateLaunchTarget.Builder create()
EcsFargateLaunchTarget.Builder.@Stability(value=Experimental) public EcsFargateLaunchTarget.Builder platformVersion(FargatePlatformVersion platformVersion)
Fargate platform version is a combination of the kernel and container runtime versions.
platformVersion - Refers to a specific runtime environment for Fargate task infrastructure. This parameter is required.thishttps://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html@Stability(value=Experimental) public EcsFargateLaunchTarget build()
build in interface software.amazon.jsii.Builder<EcsFargateLaunchTarget>Copyright © 2021. All rights reserved.