RuntimeInfo

class aws_cdk.cloud_assembly_schema.RuntimeInfo(*, libraries)

Bases: object

Information about the application’s runtime components.

Parameters:

libraries (Mapping[str, str]) – The list of libraries loaded in the application, associated with their versions.

Attributes

libraries

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