Stage
- class aws_rfdk.deadline.Stage(*, manifest, path)
Bases:
objectClass for interacting with the Deadline stage directory.
The stage is a directory that conforms to a conventional structure that RFDK requires to deploy Deadline. It should contain a manifest file, the Deadline installers, and any supporting files required for building the Deadline container.
Note: Current version of RFDK supports Deadline v10.1.9.2 and later.
Constructs a Stage instance.
- Parameters:
manifest (
Union[Manifest,Dict[str,Any]]) – The parsed manifest that describes the contents of the stage directory.path (
str) – The path to the directory where Deadline is staged.
Methods
- image_from_recipe(scope, id, recipe_name)
Construct a {@link DockerImageAsset} instance from a recipe in the Stage.
- Parameters:
- Return type:
Attributes
- client_installer_path
- dir_path
The path to the stage directory.
- manifest
The parsed manifest within the stage directory.
Static Methods