RuntimeInfo
Information about the application's runtime components.
Initializer
import { RuntimeInfo } from '@alicloud/ros-cdk-assembly-schema'
const runtimeInfo: RuntimeInfo = { ... }
Properties
| Name | Type | Description |
|---|---|---|
libraries |
{[ key: string ]: string} |
The list of libraries loaded in the application, associated with their versions. |
librariesRequired
public readonly libraries: {[ key: string ]: string};
- Type: {[ key: string ]: string}
The list of libraries loaded in the application, associated with their versions.