class ThinkboxDockerRecipes (construct)
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.ThinkboxDockerRecipes |
TypeScript (source) | aws-rfdk » deadline » ThinkboxDockerRecipes |
Implements
IConstruct, IDependable
An API for interacting with staged Deadline Docker recipes provided by AWS Thinkbox.
This provides container images as required by RFDK's Deadline constructs such as
- {@link @aws-rfdk/deadline#RenderQueue}
- {@link @aws-rfdk/deadline#UsageBasedLicensing}
Initializer
new ThinkboxDockerRecipes(scope: Construct, id: string, props: ThinkboxDockerRecipesProps)
Parameters
- scope
Construct - id
string - props
ThinkboxDocker Recipes Props
Construct Props
| Name | Type | Description |
|---|---|---|
| stage | Stage | The place where Deadline is staged. |
stage
Type:
Stage
The place where Deadline is staged.
Properties
| Name | Type | Description |
|---|---|---|
| license | Docker | A {@link DockerImageAsset} that can be used to build Thinkbox's Deadline License Forwarder Docker Recipe into a container image that can be deployed in CDK. |
| node | Node | The tree node. |
| remote | Docker | A {@link DockerImageAsset} that can be used to build Thinkbox's Deadline RCS Docker Recipe into a container image that can be deployed in CDK. |
| render | Render | Docker images staged locally for use with the {@link RenderQueue } construct. |
| ubl | Usage | Docker images staged locally for use with the {@link UsageBasedLicensing } construct. |
| version | IVersion |
licenseForwarder
Type:
Docker
A {@link DockerImageAsset} that can be used to build Thinkbox's Deadline License Forwarder Docker Recipe into a container image that can be deployed in CDK.
node
Type:
Node
The tree node.
remoteConnectionServer
Type:
Docker
A {@link DockerImageAsset} that can be used to build Thinkbox's Deadline RCS Docker Recipe into a container image that can be deployed in CDK.
renderQueueImages
Type:
Render
Docker images staged locally for use with the {@link RenderQueue } construct.
ublImages
Type:
Usage
Docker images staged locally for use with the {@link UsageBasedLicensing } construct.
version
Type:
IVersion
Methods
| Name | Description |
|---|---|
| to | Returns a string representation of this construct. |
toString()
public toString(): string
Returns
string
Returns a string representation of this construct.

Python
TypeScript (