Class IClusterInstance.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.IClusterInstance.Jsii$Proxy
- All Implemented Interfaces:
 IClusterInstance,IClusterInstance.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 IClusterInstance
@Internal
public static final class IClusterInstance.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IClusterInstance.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
- 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.IClusterInstance
IClusterInstance.Jsii$Default, IClusterInstance.Jsii$Proxy - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal IAuroraClusterInstancebind(software.constructs.Construct scope, IDatabaseCluster cluster, ClusterInstanceBindOptions options) Create the database instance within the provided cluster.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Constructor Details
- 
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)  
 - 
 - 
Method Details
- 
bind
@Stability(Stable) @NotNull public final IAuroraClusterInstance bind(@NotNull software.constructs.Construct scope, @NotNull IDatabaseCluster cluster, @NotNull ClusterInstanceBindOptions options) Create the database instance within the provided cluster.- Specified by:
 bindin interfaceIClusterInstance- Specified by:
 bindin interfaceIClusterInstance.Jsii$Default- Parameters:
 scope- This parameter is required.cluster- This parameter is required.options- This parameter is required.
 
 -