Uses of Enum
software.amazon.awscdk.services.ecs.FargatePlatformVersion
Packages that use FargatePlatformVersion
Package
Description
AWS Batch Construct Library
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
Event Targets for Amazon EventBridge
Amazon EventBridge Scheduler Targets Construct Library
Tasks for AWS Step Functions
-
Uses of FargatePlatformVersion in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return FargatePlatformVersionModifier and TypeMethodDescriptionEcsFargateContainerDefinition.getFargatePlatformVersion()Which version of Fargate to use when running this container.default FargatePlatformVersionEcsFargateContainerDefinitionProps.getFargatePlatformVersion()Which version of Fargate to use when running this container.final FargatePlatformVersionEcsFargateContainerDefinitionProps.Jsii$Proxy.getFargatePlatformVersion()default FargatePlatformVersionIEcsFargateContainerDefinition.getFargatePlatformVersion()Which version of Fargate to use when running this container.default FargatePlatformVersionIEcsFargateContainerDefinition.Jsii$Default.getFargatePlatformVersion()Which version of Fargate to use when running this container.final FargatePlatformVersionIEcsFargateContainerDefinition.Jsii$Proxy.getFargatePlatformVersion()Which version of Fargate to use when running this container.Methods in software.amazon.awscdk.services.batch with parameters of type FargatePlatformVersionModifier 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
Methods in software.amazon.awscdk.services.ecs that return FargatePlatformVersionModifier and TypeMethodDescriptiondefault FargatePlatformVersionFargateServiceProps.getPlatformVersion()The platform version on which to run your service.final FargatePlatformVersionFargateServiceProps.Jsii$Proxy.getPlatformVersion()static FargatePlatformVersionReturns 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.Methods in software.amazon.awscdk.services.ecs with parameters of type FargatePlatformVersionModifier 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
Methods in software.amazon.awscdk.services.ecs.patterns that return FargatePlatformVersionModifier and TypeMethodDescriptionfinal FargatePlatformVersionApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getPlatformVersion()final FargatePlatformVersionApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPlatformVersion()default FargatePlatformVersionFargateServiceBaseProps.getPlatformVersion()The platform version on which to run your service.final FargatePlatformVersionFargateServiceBaseProps.Jsii$Proxy.getPlatformVersion()final FargatePlatformVersionNetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getPlatformVersion()final FargatePlatformVersionNetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPlatformVersion()final FargatePlatformVersionQueueProcessingFargateServiceProps.Jsii$Proxy.getPlatformVersion()final FargatePlatformVersionScheduledFargateTaskImageOptions.Jsii$Proxy.getPlatformVersion()final FargatePlatformVersionScheduledFargateTaskProps.Jsii$Proxy.getPlatformVersion()Methods in software.amazon.awscdk.services.ecs.patterns with parameters of type FargatePlatformVersionModifier 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
Methods in software.amazon.awscdk.services.events.targets that return FargatePlatformVersionModifier and TypeMethodDescriptiondefault FargatePlatformVersionEcsTaskProps.getPlatformVersion()The platform version on which to run your task.final FargatePlatformVersionEcsTaskProps.Jsii$Proxy.getPlatformVersion()Methods in software.amazon.awscdk.services.events.targets with parameters of type FargatePlatformVersionModifier 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.scheduler.targets
Methods in software.amazon.awscdk.services.scheduler.targets that return FargatePlatformVersionModifier and TypeMethodDescriptiondefault FargatePlatformVersionFargateTaskProps.getPlatformVersion()Specifies the platform version for the task.final FargatePlatformVersionFargateTaskProps.Jsii$Proxy.getPlatformVersion()Methods in software.amazon.awscdk.services.scheduler.targets with parameters of type FargatePlatformVersionModifier and TypeMethodDescriptionEcsRunFargateTask.Builder.platformVersion(FargatePlatformVersion platformVersion) Specifies the platform version for the task.FargateTaskProps.Builder.platformVersion(FargatePlatformVersion platformVersion) Sets the value ofFargateTaskProps.getPlatformVersion() -
Uses of FargatePlatformVersion in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return FargatePlatformVersionModifier and TypeMethodDescriptionEcsFargateLaunchTargetOptions.getPlatformVersion()Refers to a specific runtime environment for Fargate task infrastructure.final FargatePlatformVersionEcsFargateLaunchTargetOptions.Jsii$Proxy.getPlatformVersion()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type FargatePlatformVersionModifier 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()