@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:16.520Z") @Stability(value=Deprecated) @Deprecated public interface RuntimeInfo extends software.amazon.jsii.JsiiSerializable, RuntimeInfo
This is necessary because its used as an input in the stable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cxapi.*;
RuntimeInfo runtimeInfo = RuntimeInfo.builder()
.libraries(Map.of(
"librariesKey", "libraries"))
.build();
core.ConstructNode.synth| Modifier and Type | Interface and Description |
|---|---|
static class |
RuntimeInfo.Builder
Deprecated.
|
static class |
RuntimeInfo.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static RuntimeInfo.Builder |
builder()
Deprecated.
|
getLibraries@Stability(value=Deprecated) @Deprecated static RuntimeInfo.Builder builder()
builder in interface RuntimeInfoRuntimeInfo.Builder of RuntimeInfoCopyright © 2022. All rights reserved.