Interface IClusterInstance
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IClusterInstance.Jsii$Default
- All Known Implementing Classes:
ClusterInstance,IClusterInstance.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:12.675Z")
@Stability(Stable)
public interface IClusterInstance
extends software.amazon.jsii.JsiiSerializable
Represents an Aurora cluster instance This can be either a provisioned instance or a serverless v2 instance.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIClusterInstance.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(software.constructs.Construct scope, IDatabaseCluster cluster, ClusterInstanceBindOptions options) Create the database instance within the provided cluster.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull IAuroraClusterInstance bind(@NotNull software.constructs.Construct scope, @NotNull IDatabaseCluster cluster, @NotNull ClusterInstanceBindOptions options) Create the database instance within the provided cluster.- Parameters:
scope- This parameter is required.cluster- This parameter is required.options- This parameter is required.
-