DeploymentExtensionDefinition interface

model interface DeploymentExtensionDefinition

Properties

alias

The alias of the extension as defined in the deployment template.

config

The extension configuration.

configId

The extension configuration ID. It uniquely identifies a deployment control plane within an extension.

name

The extension name.

version

The extension version.

Property Details

alias

The alias of the extension as defined in the deployment template.

alias?: string

Property Value

string

config

The extension configuration.

config?: Record<string, DeploymentExtensionConfigItem>

Property Value

configId

The extension configuration ID. It uniquely identifies a deployment control plane within an extension.

configId?: string

Property Value

string

name

The extension name.

name?: string

Property Value

string

version

The extension version.

version?: string

Property Value

string