@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:15.961Z") @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();
| 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.