| Modifier and Type | Method and Description |
|---|---|
default FargatePlatformVersion |
FargateServiceProps.getPlatformVersion()
The platform version on which to run your service.
|
FargatePlatformVersion |
FargateServiceProps.Jsii$Proxy.getPlatformVersion() |
static FargatePlatformVersion |
FargatePlatformVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FargatePlatformVersion[] |
FargatePlatformVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FargateServiceProps.Builder |
FargateServiceProps.Builder.platformVersion(FargatePlatformVersion platformVersion)
Sets the value of
FargateServiceProps.getPlatformVersion() |
FargateService.Builder |
FargateService.Builder.platformVersion(FargatePlatformVersion platformVersion)
The platform version on which to run your service.
|
Copyright © 2021. All rights reserved.