requiresAttributes property

List<Attribute>? requiresAttributes
final

The container instance attributes required by your task. This field is not valid if you are using the Fargate launch type for your task.

Implementation

final List<Attribute>? requiresAttributes;