@aws-cdk_cloud-assembly-schema.RuntimeInfo

interface RuntimeInfo

LanguageType name
.NETAmazon.CDK.CloudAssembly.Schema.RuntimeInfo
Javasoftware.amazon.awscdk.cloudassembly.schema.RuntimeInfo
Pythonaws_cdk.cloud_assembly_schema.RuntimeInfo
TypeScript (source)@aws-cdk/cloud-assembly-schema » RuntimeInfo

Information about the application's runtime components.

Example

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

Properties

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

libraries

Type: { [string]: string }

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