Contents:
aws_cdk.aws_ecs.
LaunchType
Bases: enum.Enum
enum.Enum
The launch type of an ECS service.
Attributes
EC2
The service will be launched using the EC2 launch type.
FARGATE
The service will be launched using the FARGATE launch type.