DeploymentExtension interface

Details about the usage of a deployment extension.

Properties

config

The configuration used for deployment. The keys of this object should align with the extension config schema.

configId

The configuration ID of the extension usage. It uniquely identifies a target the extension deploys to.

name

The extension name.

version

The extension version.

Property Details

config

The configuration used for deployment. The keys of this object should align with the extension config schema.

config?: DeploymentExtensionConfig

Property Value

configId

The configuration ID of the extension usage. It uniquely identifies a target the extension deploys to.

configId?: string

Property Value

string

name

The extension name.

name: string

Property Value

string

version

The extension version.

version: string

Property Value

string