command property

List<String>? command
final

The command to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name.

Implementation

final List<String>? command;