@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-09T19:16:31.218Z") @Deprecated public interface RuntimeInfo extends 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
@Deprecated static RuntimeInfo.Builder builder()
builder
in interface RuntimeInfo
RuntimeInfo.Builder
of RuntimeInfo