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
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 TypeMethodDescriptiondefault FargatePlatformVersionJobDefinitionContainer.getPlatformVersion()(experimental) Fargate platform version.final FargatePlatformVersionJobDefinitionContainer.Jsii$Proxy.getPlatformVersion()Methods in software.amazon.awscdk.services.batch with parameters of type FargatePlatformVersionModifier and TypeMethodDescriptionJobDefinitionContainer.Builder.platformVersion(FargatePlatformVersion platformVersion) Sets the value ofJobDefinitionContainer.getPlatformVersion() -
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 TypeMethodDescriptiondefault FargatePlatformVersionApplicationLoadBalancedFargateServiceProps.getPlatformVersion()The platform version on which to run your service.final FargatePlatformVersionApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getPlatformVersion()default FargatePlatformVersionApplicationMultipleTargetGroupsFargateServiceProps.getPlatformVersion()The platform version on which to run your service.final FargatePlatformVersionApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPlatformVersion()default FargatePlatformVersionNetworkLoadBalancedFargateServiceProps.getPlatformVersion()The platform version on which to run your service.final FargatePlatformVersionNetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getPlatformVersion()default FargatePlatformVersionNetworkMultipleTargetGroupsFargateServiceProps.getPlatformVersion()The platform version on which to run your service.final FargatePlatformVersionNetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPlatformVersion()default FargatePlatformVersionQueueProcessingFargateServiceProps.getPlatformVersion()The platform version on which to run your service.final FargatePlatformVersionQueueProcessingFargateServiceProps.Jsii$Proxy.getPlatformVersion()default FargatePlatformVersionScheduledFargateTaskProps.getPlatformVersion()The platform version on which to run your service.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 ofApplicationLoadBalancedFargateServiceProps.getPlatformVersion()ApplicationMultipleTargetGroupsFargateService.Builder.platformVersion(FargatePlatformVersion platformVersion) The platform version on which to run your service.ApplicationMultipleTargetGroupsFargateServiceProps.Builder.platformVersion(FargatePlatformVersion platformVersion) Sets the value ofApplicationMultipleTargetGroupsFargateServiceProps.getPlatformVersion()NetworkLoadBalancedFargateService.Builder.platformVersion(FargatePlatformVersion platformVersion) The platform version on which to run your service.NetworkLoadBalancedFargateServiceProps.Builder.platformVersion(FargatePlatformVersion platformVersion) Sets the value ofNetworkLoadBalancedFargateServiceProps.getPlatformVersion()NetworkMultipleTargetGroupsFargateService.Builder.platformVersion(FargatePlatformVersion platformVersion) The platform version on which to run your service.NetworkMultipleTargetGroupsFargateServiceProps.Builder.platformVersion(FargatePlatformVersion platformVersion) Sets the value ofNetworkMultipleTargetGroupsFargateServiceProps.getPlatformVersion()QueueProcessingFargateService.Builder.platformVersion(FargatePlatformVersion platformVersion) The platform version on which to run your service.QueueProcessingFargateServiceProps.Builder.platformVersion(FargatePlatformVersion platformVersion) Sets the value ofQueueProcessingFargateServiceProps.getPlatformVersion()ScheduledFargateTask.Builder.platformVersion(FargatePlatformVersion platformVersion) The platform version on which to run your service.ScheduledFargateTaskProps.Builder.platformVersion(FargatePlatformVersion platformVersion) Sets the value ofScheduledFargateTaskProps.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.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()default FargatePlatformVersionRunEcsFargateTaskProps.getPlatformVersion()Deprecated.final FargatePlatformVersionRunEcsFargateTaskProps.Jsii$Proxy.getPlatformVersion()Deprecated.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()RunEcsFargateTask.Builder.platformVersion(FargatePlatformVersion platformVersion) Deprecated.RunEcsFargateTaskProps.Builder.platformVersion(FargatePlatformVersion platformVersion) Deprecated.