RuntimeInfo
- class aws_cdk.cloud_assembly_schema.RuntimeInfo(*, libraries)
Bases:
objectInformation 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.