@aws-cdk_cx-api.RuntimeInfo

interface RuntimeInfo ⚠️

LanguageType name
.NETAmazon.CDK.CXAPI.RuntimeInfo
Javasoftware.amazon.awscdk.cxapi.RuntimeInfo
Pythonaws_cdk.cx_api.RuntimeInfo
TypeScript (source)@aws-cdk/cx-api » RuntimeInfo

⚠️ Deprecated: moved to package 'cloud-assembly-schema'

Backwards compatibility for when RuntimeInfo was defined here.

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

See also: core.ConstructNode.synth

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cx_api from '@aws-cdk/cx-api';
const runtimeInfo: cx_api.RuntimeInfo = {
  libraries: {
    librariesKey: 'libraries',
  },
};

Properties

NameTypeDescription
libraries⚠️{ [string]: string }The list of libraries loaded in the application, associated with their versions.

libraries⚠️

⚠️ Deprecated: moved to package 'cloud-assembly-schema'

Type: { [string]: string }

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