@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.864Z") @Stability(value=Stable) public interface RuntimeInfo extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cloudassembly.schema.*;
RuntimeInfo runtimeInfo = RuntimeInfo.builder()
.libraries(Map.of(
"librariesKey", "libraries"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
RuntimeInfo.Builder
A builder for
RuntimeInfo |
static class |
RuntimeInfo.Jsii$Proxy
An implementation for
RuntimeInfo |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeInfo.Builder |
builder() |
Map<String,String> |
getLibraries()
The list of libraries loaded in the application, associated with their versions.
|
@Stability(value=Stable) @NotNull Map<String,String> getLibraries()
@Stability(value=Stable) static RuntimeInfo.Builder builder()
RuntimeInfo.Builder of RuntimeInfoCopyright © 2022. All rights reserved.