lifecycle:MatrixInstallation

lifecycle:MatrixInstallation from the matrix-lifecycle matrix.

An instance of a matrix installed in a specific workspace

Properties

lifecycle:createdAt (required, max 1)

Validation shape for installation creation timestamp.

Created at must be a dateTime

The timestamp when the resource was created

lifecycle:installationId (required, max 1)

Validation shape for installation ID property.

Installation ID must be a valid UUID string

The unique identifier of a matrix installation (UUID)

lifecycle:installationMatrix (required, max 1)

Validation shape for installation matrix property.

Installation matrix must be a Matrix instance

The matrix being installed

lifecycle:installationStatus (required, max 1)

Validation shape for installation status property.

Status must be one of: Active, Disabled, Error

The status of the installation

Values:

  • lifecycle:ActiveStatus: Matrix installation is active and operational
  • lifecycle:DisabledStatus: Matrix installation is disabled
  • lifecycle:ErrorStatus: Matrix installation encountered an error

lifecycle:installationWorkspace (required, max 1)

Validation shape for installation workspace property.

Installation workspace must be a Workspace instance

The workspace where this matrix is installed

lifecycle:installedAt (required, max 1)

Validation shape for installed at timestamp.

Installed at must be a dateTime

The timestamp when the matrix was installed

lifecycle:installedVersion (required, max 1)

Validation shape for installed version property.

Installed version must be a valid semantic version string

The semantic version of the installed matrix

lifecycle:updatedAt (required, max 1)

Validation shape for installation update timestamp.

Updated at must be a dateTime

The timestamp when the resource was last updated

On this page