| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| software.amazon.awscdk.services.events.targets |
Event Targets for Amazon EventBridge
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| 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 |
|---|---|
FargateService.Builder |
FargateService.Builder.platformVersion(FargatePlatformVersion platformVersion)
The platform version on which to run your service.
|
FargateServiceProps.Builder |
FargateServiceProps.Builder.platformVersion(FargatePlatformVersion platformVersion)
Sets the value of
FargateServiceProps.getPlatformVersion() |
| Modifier and Type | Method and Description |
|---|---|
FargatePlatformVersion |
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
FargatePlatformVersion |
ScheduledFargateTaskImageOptions.Jsii$Proxy.getPlatformVersion() |
default FargatePlatformVersion |
FargateServiceBaseProps.getPlatformVersion()
The platform version on which to run your service.
|
FargatePlatformVersion |
FargateServiceBaseProps.Jsii$Proxy.getPlatformVersion() |
FargatePlatformVersion |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
FargatePlatformVersion |
ScheduledFargateTaskProps.Jsii$Proxy.getPlatformVersion() |
FargatePlatformVersion |
QueueProcessingFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
FargatePlatformVersion |
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
FargatePlatformVersion |
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
| Modifier and Type | Method and Description |
|---|---|
default FargatePlatformVersion |
EcsTaskProps.getPlatformVersion()
The platform version on which to run your task.
|
FargatePlatformVersion |
EcsTaskProps.Jsii$Proxy.getPlatformVersion() |
| Modifier and Type | Method and Description |
|---|---|
EcsTask.Builder |
EcsTask.Builder.platformVersion(FargatePlatformVersion platformVersion)
The platform version on which to run your task.
|
EcsTaskProps.Builder |
EcsTaskProps.Builder.platformVersion(FargatePlatformVersion platformVersion)
Sets the value of
EcsTaskProps.getPlatformVersion() |
| Modifier and Type | Method and Description |
|---|---|
FargatePlatformVersion |
EcsFargateLaunchTargetOptions.getPlatformVersion()
Refers to a specific runtime environment for Fargate task infrastructure.
|
FargatePlatformVersion |
EcsFargateLaunchTargetOptions.Jsii$Proxy.getPlatformVersion() |
| Modifier and Type | Method and Description |
|---|---|
EcsFargateLaunchTargetOptions.Builder |
EcsFargateLaunchTargetOptions.Builder.platformVersion(FargatePlatformVersion platformVersion)
Sets the value of
EcsFargateLaunchTargetOptions.getPlatformVersion() |
EcsFargateLaunchTarget.Builder |
EcsFargateLaunchTarget.Builder.platformVersion(FargatePlatformVersion platformVersion)
Refers to a specific runtime environment for Fargate task infrastructure.
|
Copyright © 2022. All rights reserved.