interface RenderQueueSecurityGroups
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.RenderQueueSecurityGroups |
TypeScript (source) | aws-rfdk » deadline » RenderQueueSecurityGroups |
Security groups of the Render Queue.
Properties
| Name | Type | Description |
|---|---|---|
| backend? | ISecurity | The security group for the backend components of the Render Queue, which consists of the AutoScalingGroup for the Deadline RCS. |
| frontend? | ISecurity | The security group for the frontend of the Render Queue, which is its load balancer. |
backend?
Type:
ISecurity
(optional)
The security group for the backend components of the Render Queue, which consists of the AutoScalingGroup for the Deadline RCS.
frontend?
Type:
ISecurity
(optional)
The security group for the frontend of the Render Queue, which is its load balancer.

Python
TypeScript (