LaunchType¶
-
class
aws_cdk.aws_ecs.
LaunchType
(value)¶ Bases:
enum.Enum
The launch type of an ECS service.
Attributes
-
EC2
¶ The service will be launched using the EC2 launch type.
-
EXTERNAL
¶ The service will be launched using the EXTERNAL launch type.
-
FARGATE
¶ The service will be launched using the FARGATE launch type.
-