interface InstanceDirectConnectProps
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.InstanceDirectConnectProps |
TypeScript (source) | aws-rfdk » deadline » InstanceDirectConnectProps |
The Properties used to configure Deadline, that is running in an Amazon EC2 instance, a direct connection with a repository.
Properties
| Name | Type | Description |
|---|---|---|
| host | IHost | The Instance/UserData which will directly connect to the Repository. |
| mount | string | The location where the Repositories file system will be mounted on the instance. |
host
Type:
IHost
The Instance/UserData which will directly connect to the Repository.
mountPoint
Type:
string
The location where the Repositories file system will be mounted on the instance.

Python
TypeScript (