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.109.0 (build c221850)", date="2025-03-19T18:01:41.237Z") @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.
  • 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.