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.104.0 (build e79254c)",
date="2024-12-06T14:43:25.910Z")
@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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIClusterInstance
.static final class
A 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.
-