Environment interface

Properties of an environment.

Properties

catalogName

Name of the catalog.

environmentDefinitionName

Name of the environment definition.

environmentType

Environment type.

parameters

Parameters object for the environment.

Property Details

catalogName

Name of the catalog.

catalogName: string

Property Value

string

environmentDefinitionName

Name of the environment definition.

environmentDefinitionName: string

Property Value

string

environmentType

Environment type.

environmentType: string

Property Value

string

parameters

Parameters object for the environment.

parameters?: Record<string, unknown>

Property Value

Record<string, unknown>