aws-cdk-lib.cloud_assembly_schema.RuntimeInfo

interface RuntimeInfo

LanguageType name
.NETAmazon.CDK.CloudAssembly.Schema.RuntimeInfo
Gogithub.com/aws/aws-cdk-go/awscdk/v2/cloudassemblyschema#RuntimeInfo
Javasoftware.amazon.awscdk.cloudassembly.schema.RuntimeInfo
Pythonaws_cdk.cloud_assembly_schema.RuntimeInfo
TypeScript (source)aws-cdk-lib » 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 { cloud_assembly_schema } from 'aws-cdk-lib';
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.