interface ECSTaskProps
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.ECSTaskProps |
TypeScript (source) | aws-rfdk » deadline » ECSTaskProps |
Configuration interface to directly connect an ECS task to the repository.
Properties
| Name | Type | Description |
|---|---|---|
| task | Task | The task definition to connect to the repository. |
| filesystem | string | The path where the repository file-system is mounted within the container. |
taskDefinition
Type:
Task
The task definition to connect to the repository.
[disable-awslint:ref-via-interface]
filesystemMountPoint?
Type:
string
(optional, default: "/opt/Thinkbox/DeadlineRepository{MAJOR_VER}")
The path where the repository file-system is mounted within the container.

Python
TypeScript (