RenderQueueImages
- class aws_rfdk.deadline.RenderQueueImages(*, remote_connection_server)
Bases:
objectCollection of {@link ContainerImage}s required to deploy the RenderQueue.
- Parameters:
remote_connection_server (
ContainerImage) – The AWS ECS container image from which the Deadline RCS will be run. This container must implement the same environment variable interface as defined in the official container images provided by AWS-Thinkbox. Note: A future change to the RenderQueue will make this property optional.
Attributes
- remote_connection_server
The AWS ECS container image from which the Deadline RCS will be run.
This container must implement the same environment variable interface as defined in the official container images provided by AWS-Thinkbox.
Note: A future change to the RenderQueue will make this property optional.