containerDefinitions property

List<ContainerDefinition>? containerDefinitions
final

A list of container definitions in JSON format that describe the different containers that make up your task. For more information about container definition parameters and defaults, see Amazon ECS Task Definitions in the Amazon Elastic Container Service Developer Guide.

Implementation

final List<ContainerDefinition>? containerDefinitions;