RenderQueueTrafficEncryptionProps

class aws_rfdk.deadline.RenderQueueTrafficEncryptionProps(*, external_tls=None, internal_protocol=None)

Bases: object

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.

Parameters
  • external_tls (Union[RenderQueueExternalTLSProps, Dict[str, Any], None]) – Properties for configuring external TLS connections between the Render Queue and Deadline clients. Default: A default certificate is generated and HTTPS communication is used

  • internal_protocol (Optional[ApplicationProtocol]) – Whether to encrypt traffic between the Application Load Balancer and its backing services. Default: HTTPS

Attributes

external_tls

Properties for configuring external TLS connections between the Render Queue and Deadline clients.

Default

A default certificate is generated and HTTPS communication is used

Return type

Optional[RenderQueueExternalTLSProps]

internal_protocol

Whether to encrypt traffic between the Application Load Balancer and its backing services.

Default

HTTPS

Return type

Optional[ApplicationProtocol]