InstanceConnectOptions

class aws_rfdk.deadline.InstanceConnectOptions(*, host, restart_launcher=None)

Bases: object

Properties that need to be provided in order to connect instances to a Render Queue.

Parameters
  • host (IHost) – The Instance/UserData which will directly connect to the Repository.

  • restart_launcher (Optional[bool]) – Whether or not to start or restart the Deadline Launcher after configuring the connection. Default: true

Attributes

host

The Instance/UserData which will directly connect to the Repository.

Return type

IHost

restart_launcher

Whether or not to start or restart the Deadline Launcher after configuring the connection.

Default

true

Return type

Optional[bool]