interface ECSContainerInstanceProps
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.ECSContainerInstanceProps |
TypeScript (source) | aws-rfdk » deadline » ECSContainerInstanceProps |
Configuration interface for specifying ECS container instances to permit connecting hosted ECS tasks to the repository.
Properties
| Name | Type | Description |
|---|---|---|
| hosts | IHost[] | The set of hosts that will be hosting the containers. |
| filesystem | string | The path where the repository file-system is mounted on the container hosts. |
hosts
Type:
IHost[]
The set of hosts that will be hosting the containers.
This can be AutoScalingGroups that make up the capacity of an Amazon ECS cluster, or individual instances.
filesystemMountPoint?
Type:
string
(optional, default: "/mnt/repo")
The path where the repository file-system is mounted on the container hosts.

Python
TypeScript (