Package software.amazon.awscdk.cxapi
Interface RuntimeInfo
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,software.amazon.awscdk.cloudassembly.schema.RuntimeInfo
- All Known Implementing Classes:
RuntimeInfo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:09:56.986Z")
@Stability(Deprecated)
@Deprecated
public interface RuntimeInfo
extends software.amazon.jsii.JsiiSerializable, software.amazon.awscdk.cloudassembly.schema.RuntimeInfo
Deprecated.
moved to package 'cloud-assembly-schema'
(deprecated) Backwards compatibility for when
RuntimeInfo was defined here.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classDeprecated.static final classDeprecated. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.cloudassembly.schema.RuntimeInfo
getLibraries
-
Method Details
-
builder
Deprecated.- Returns:
- a
RuntimeInfo.BuilderofRuntimeInfo
-