requiresCompatibilities property
The launch type the task requires. If no value is specified, it will default
to EC2
. Valid values include EC2
and
FARGATE
.
Implementation
final List<Compatibility>? requiresCompatibilities;
The launch type the task requires. If no value is specified, it will default
to EC2
. Valid values include EC2
and
FARGATE
.
final List<Compatibility>? requiresCompatibilities;