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.
  • 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.