interface RuntimeInfo
Language | Type name |
---|---|
.NET | Amazon.CDK.CXAPI.RuntimeInfo |
Java | software.amazon.awscdk.cxapi.RuntimeInfo |
Python | aws_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
Name | Type | Description |
---|---|---|
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.