Uses of Enum
software.amazon.awscdk.services.ecs.FargatePlatformVersion
Package
Description
AWS Batch Construct Library
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
Event Targets for Amazon EventBridge
Tasks for AWS Step Functions
-
Uses of FargatePlatformVersion in software.amazon.awscdk.services.batch
Modifier and TypeMethodDescriptionEcsFargateContainerDefinition.getFargatePlatformVersion()
Which version of Fargate to use when running this container.default FargatePlatformVersion
EcsFargateContainerDefinitionProps.getFargatePlatformVersion()
Which version of Fargate to use when running this container.final FargatePlatformVersion
EcsFargateContainerDefinitionProps.Jsii$Proxy.getFargatePlatformVersion()
default FargatePlatformVersion
IEcsFargateContainerDefinition.getFargatePlatformVersion()
Which version of Fargate to use when running this container.default FargatePlatformVersion
IEcsFargateContainerDefinition.Jsii$Default.getFargatePlatformVersion()
Which version of Fargate to use when running this container.final FargatePlatformVersion
IEcsFargateContainerDefinition.Jsii$Proxy.getFargatePlatformVersion()
Which version of Fargate to use when running this container.Modifier and TypeMethodDescriptionEcsFargateContainerDefinition.Builder.fargatePlatformVersion
(FargatePlatformVersion fargatePlatformVersion) Which version of Fargate to use when running this container.EcsFargateContainerDefinitionProps.Builder.fargatePlatformVersion
(FargatePlatformVersion fargatePlatformVersion) Sets the value ofEcsFargateContainerDefinitionProps.getFargatePlatformVersion()
-
Uses of FargatePlatformVersion in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptiondefault FargatePlatformVersion
FargateServiceProps.getPlatformVersion()
The platform version on which to run your service.final FargatePlatformVersion
FargateServiceProps.Jsii$Proxy.getPlatformVersion()
static FargatePlatformVersion
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 TypeMethodDescriptionFargateService.Builder.platformVersion
(FargatePlatformVersion platformVersion) The platform version on which to run your service.FargateServiceProps.Builder.platformVersion
(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceProps.getPlatformVersion()
-
Uses of FargatePlatformVersion in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionfinal FargatePlatformVersion
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getPlatformVersion()
final FargatePlatformVersion
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPlatformVersion()
default FargatePlatformVersion
FargateServiceBaseProps.getPlatformVersion()
The platform version on which to run your service.final FargatePlatformVersion
FargateServiceBaseProps.Jsii$Proxy.getPlatformVersion()
final FargatePlatformVersion
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getPlatformVersion()
final FargatePlatformVersion
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPlatformVersion()
final FargatePlatformVersion
QueueProcessingFargateServiceProps.Jsii$Proxy.getPlatformVersion()
final FargatePlatformVersion
ScheduledFargateTaskImageOptions.Jsii$Proxy.getPlatformVersion()
final FargatePlatformVersion
ScheduledFargateTaskProps.Jsii$Proxy.getPlatformVersion()
Modifier and TypeMethodDescriptionApplicationLoadBalancedFargateService.Builder.platformVersion
(FargatePlatformVersion platformVersion) The platform version on which to run your service.ApplicationLoadBalancedFargateServiceProps.Builder.platformVersion
(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceBaseProps.getPlatformVersion()
ApplicationMultipleTargetGroupsFargateService.Builder.platformVersion
(FargatePlatformVersion platformVersion) The platform version on which to run your service.ApplicationMultipleTargetGroupsFargateServiceProps.Builder.platformVersion
(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceBaseProps.getPlatformVersion()
FargateServiceBaseProps.Builder.platformVersion
(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceBaseProps.getPlatformVersion()
NetworkLoadBalancedFargateService.Builder.platformVersion
(FargatePlatformVersion platformVersion) The platform version on which to run your service.NetworkLoadBalancedFargateServiceProps.Builder.platformVersion
(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceBaseProps.getPlatformVersion()
NetworkMultipleTargetGroupsFargateService.Builder.platformVersion
(FargatePlatformVersion platformVersion) The platform version on which to run your service.NetworkMultipleTargetGroupsFargateServiceProps.Builder.platformVersion
(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceBaseProps.getPlatformVersion()
QueueProcessingFargateService.Builder.platformVersion
(FargatePlatformVersion platformVersion) The platform version on which to run your service.QueueProcessingFargateServiceProps.Builder.platformVersion
(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceBaseProps.getPlatformVersion()
ScheduledFargateTask.Builder.platformVersion
(FargatePlatformVersion platformVersion) The platform version on which to run your service.ScheduledFargateTaskImageOptions.Builder.platformVersion
(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceBaseProps.getPlatformVersion()
ScheduledFargateTaskProps.Builder.platformVersion
(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceBaseProps.getPlatformVersion()
-
Uses of FargatePlatformVersion in software.amazon.awscdk.services.events.targets
Modifier and TypeMethodDescriptiondefault FargatePlatformVersion
EcsTaskProps.getPlatformVersion()
The platform version on which to run your task.final FargatePlatformVersion
EcsTaskProps.Jsii$Proxy.getPlatformVersion()
Modifier and TypeMethodDescriptionEcsTask.Builder.platformVersion
(FargatePlatformVersion platformVersion) The platform version on which to run your task.EcsTaskProps.Builder.platformVersion
(FargatePlatformVersion platformVersion) Sets the value ofEcsTaskProps.getPlatformVersion()
-
Uses of FargatePlatformVersion in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionEcsFargateLaunchTargetOptions.getPlatformVersion()
Refers to a specific runtime environment for Fargate task infrastructure.final FargatePlatformVersion
EcsFargateLaunchTargetOptions.Jsii$Proxy.getPlatformVersion()
Modifier and TypeMethodDescriptionEcsFargateLaunchTarget.Builder.platformVersion
(FargatePlatformVersion platformVersion) Refers to a specific runtime environment for Fargate task infrastructure.EcsFargateLaunchTargetOptions.Builder.platformVersion
(FargatePlatformVersion platformVersion) Sets the value ofEcsFargateLaunchTargetOptions.getPlatformVersion()