Skip to content

RuntimeInfo

Information about the application's runtime components.

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
&alicloudroscdkassemblyschema.RuntimeInfo {
    Libraries: *map[string]*string,
}

Properties

Name Type Description
Libraries map[string]string The list of libraries loaded in the application, associated with their versions.

LibrariesRequired

Libraries *map[string]*string
  • Type: map[string]string

The list of libraries loaded in the application, associated with their versions.