interface ECSConnectOptions
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.ECSConnectOptions |
TypeScript (source) | aws-rfdk » deadline » ECSConnectOptions |
Properties that need to be provided in order to connect an ECS service to a Render Queue.
Properties
| Name | Type | Description |
|---|---|---|
| grantee | IGrantable | The task definitions Role that needs permissions. |
| hosts | IHost[] | The set of hosts that will be hosting the containers. |
grantee
Type:
IGrantable
The task definitions Role that needs permissions.
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.

Python
TypeScript (