interface RenderQueueTrafficEncryptionProps
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.RenderQueueTrafficEncryptionProps |
TypeScript (source) | aws-rfdk » deadline » RenderQueueTrafficEncryptionProps |
Interface to specify the protocols used (HTTP vs HTTPS) for communication between the Render Queue and clients and internally between the components of the RenderQueue.
Properties
| Name | Type | Description |
|---|---|---|
| external | Render | Properties for configuring external TLS connections between the Render Queue and Deadline clients. |
| internal | Application | Whether to encrypt traffic between the Application Load Balancer and its backing services. |
externalTLS?
Type:
Render
(optional, default: A default certificate is generated and HTTPS communication is used)
Properties for configuring external TLS connections between the Render Queue and Deadline clients.
internalProtocol?
Type:
Application
(optional, default: HTTPS)
Whether to encrypt traffic between the Application Load Balancer and its backing services.

Python
TypeScript (