EnvironmentDefinitionOutput interface
An environment definition.
Properties
| catalog |
Name of the catalog. |
| description | A short description of the environment definition. |
| id | The ID of the environment definition. |
| name | Name of the environment definition. |
| parameters | Input parameters passed to an environment. |
| parameters |
JSON schema defining the parameters object passed to an environment. |
| template |
Path to the Environment Definition entrypoint file. |
Property Details
catalogName
Name of the catalog.
catalogName: string
Property Value
string
description
A short description of the environment definition.
description?: string
Property Value
string
id
The ID of the environment definition.
id: string
Property Value
string
name
Name of the environment definition.
name: string
Property Value
string
parameters
Input parameters passed to an environment.
parameters?: EnvironmentDefinitionParameterOutput[]
Property Value
parametersSchema
JSON schema defining the parameters object passed to an environment.
parametersSchema?: string
Property Value
string
templatePath
Path to the Environment Definition entrypoint file.
templatePath?: string
Property Value
string