Interface RuntimeInfo
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RuntimeInfo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.227Z")
@Stability(Stable)
public interface RuntimeInfo
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cloud_assembly_schema.*;
RuntimeInfo runtimeInfo = RuntimeInfo.builder()
.libraries(Map.of(
"librariesKey", "libraries"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forRuntimeInfostatic final classAn implementation forRuntimeInfo -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeInfo.Builderbuilder()The list of libraries loaded in the application, associated with their versions.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLibraries
The list of libraries loaded in the application, associated with their versions. -
builder
- Returns:
- a
RuntimeInfo.BuilderofRuntimeInfo
-