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.121.0 (build d7af9b9)",
date="2025-12-18T18:20:16.560Z")
@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.
-