Uses of Enum
software.amazon.awscdk.services.ecs.LaunchType
Packages that use LaunchType
Package
Description
Amazon ECS Construct Library
Event Targets for Amazon EventBridge
-
Uses of LaunchType in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return LaunchTypeModifier and TypeMethodDescriptionBaseServiceProps.getLaunchType()The launch type on which to run your service.final LaunchTypeBaseServiceProps.Jsii$Proxy.getLaunchType()static LaunchTypeReturns the enum constant of this type with the specified name.static LaunchType[]LaunchType.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 LaunchTypeModifier and TypeMethodDescriptionBaseServiceProps.Builder.launchType(LaunchType launchType) Sets the value ofBaseServiceProps.getLaunchType() -
Uses of LaunchType in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets that return LaunchTypeModifier and TypeMethodDescriptiondefault LaunchTypeEcsTaskProps.getLaunchType()Specifies the launch type on which your task is running.final LaunchTypeEcsTaskProps.Jsii$Proxy.getLaunchType()Methods in software.amazon.awscdk.services.events.targets with parameters of type LaunchTypeModifier and TypeMethodDescriptionEcsTask.Builder.launchType(LaunchType launchType) Specifies the launch type on which your task is running.EcsTaskProps.Builder.launchType(LaunchType launchType) Sets the value ofEcsTaskProps.getLaunchType()