interface InstanceConnectOptions
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.InstanceConnectOptions |
TypeScript (source) | aws-rfdk » deadline » InstanceConnectOptions |
Properties that need to be provided in order to connect instances to a Render Queue.
Properties
| Name | Type | Description |
|---|---|---|
| host | IHost | The Instance/UserData which will directly connect to the Repository. |
| restart | boolean | Whether or not to start or restart the Deadline Launcher after configuring the connection. |
host
Type:
IHost
The Instance/UserData which will directly connect to the Repository.
restartLauncher?
Type:
boolean
(optional, default: true)
Whether or not to start or restart the Deadline Launcher after configuring the connection.

Python
TypeScript (