RuntimeInfo

class aws_cdk.cx_api.RuntimeInfo(*, libraries)

Bases: RuntimeInfo

(deprecated) Backwards compatibility for when RuntimeInfo was defined here.

This is necessary because its used as an input in the stable

Parameters:

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

Deprecated:

moved to package ‘cloud-assembly-schema’

See:

core.ConstructNode.synth

Stability:

deprecated

Aws-cdk:

/core library.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.cx_api as cx_api

runtime_info = cx_api.RuntimeInfo(
    libraries={
        "libraries_key": "libraries"
    }
)

Attributes

libraries

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