interface ECSDirectConnectProps
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.ECSDirectConnectProps |
TypeScript (source) | aws-rfdk » deadline » ECSDirectConnectProps |
The properties used to configure Deadline running in an Amazon EC2 ECS task to directly connect to the repository.
Properties
| Name | Type | Description |
|---|---|---|
| container | ECSContainer | Configuration of ECS host instances to permit connecting hosted ECS tasks to the repository. |
| containers | ECSTask | Configuration to directly connect an ECS task to the repository. |
containerInstances
Type:
ECSContainer
Configuration of ECS host instances to permit connecting hosted ECS tasks to the repository.
containers
Type:
ECSTask
Configuration to directly connect an ECS task to the repository.

Python
TypeScript (