StageProps
- class aws_rfdk.deadline.StageProps(*, manifest, path)
Bases:
objectConstructor properties of the {@link Stage} class.
- 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.
Attributes
- manifest
The parsed manifest that describes the contents of the stage directory.
- path
The path to the directory where Deadline is staged.