EnvironmentDefinitionOutput interface
環境定義。
プロパティ
catalog |
カタログの名前。 |
description | 環境定義の簡単な説明。 |
id | 環境定義の ID。 |
name | 環境定義の名前。 |
parameters | 環境に渡される入力パラメーター。 |
parameters |
環境に渡されるパラメーター オブジェクトを定義する JSON スキーマ。 |
template |
環境定義エントリポイント ファイルへのパス。 |
プロパティの詳細
catalogName
カタログの名前。
catalogName: string
プロパティ値
string
description
環境定義の簡単な説明。
description?: string
プロパティ値
string
id
環境定義の ID。
id: string
プロパティ値
string
name
環境定義の名前。
name: string
プロパティ値
string
parameters
環境に渡される入力パラメーター。
parameters?: EnvironmentDefinitionParameterOutput[]
プロパティ値
parametersSchema
環境に渡されるパラメーター オブジェクトを定義する JSON スキーマ。
parametersSchema?: string
プロパティ値
string
templatePath
環境定義エントリポイント ファイルへのパス。
templatePath?: string
プロパティ値
string