Interface IClusterInstance.Jsii$Default
- All Superinterfaces:
IClusterInstance
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IClusterInstance.Jsii$Proxy
- Enclosing interface:
IClusterInstance
Internal default implementation for
IClusterInstance
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.IClusterInstance
IClusterInstance.Jsii$Default, IClusterInstance.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault IAuroraClusterInstance
bind
(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 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 interfaceIClusterInstance
- Parameters:
scope
- This parameter is required.cluster
- This parameter is required.options
- This parameter is required.
-