interface Manifest
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.Manifest |
TypeScript (source) | aws-rfdk » deadline » Manifest |
Obtainable from
Stage.loadManifest()
The manifest included with Deadline Docker image recipes.
Properties
| Name | Type | Description |
|---|---|---|
| recipes | { [string]: Recipe } | The recipes. |
| schema | number | The manifest schema version number. |
| version | string | The version of Deadline that the staging directory contains. |
recipes
Type:
{ [string]: Recipe }
The recipes.
schema
Type:
number
The manifest schema version number.
version
Type:
string
The version of Deadline that the staging directory contains.

Python
TypeScript (