Interface IClusterInstance.Jsii$Default

All Superinterfaces:
IClusterInstance, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IClusterInstance.Jsii$Proxy
Enclosing interface:
IClusterInstance

@Internal public static interface IClusterInstance.Jsii$Default extends IClusterInstance
Internal default implementation for IClusterInstance.
  • Method Details

    • bind

      @Stability(Stable) @NotNull default IAuroraClusterInstance bind(@NotNull software.constructs.Construct scope, @NotNull IDatabaseCluster cluster, @NotNull ClusterInstanceBindOptions options)
      Create the database instance within the provided cluster.

      Specified by:
      bind in interface IClusterInstance
      Parameters:
      scope - This parameter is required.
      cluster - This parameter is required.
      options - This parameter is required.