Uses of Interface
software.amazon.awscdk.services.rds.IClusterInstance
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of IClusterInstance in software.amazon.awscdk.services.rds
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIClusterInstance
.Modifier and TypeClassDescriptionclass
Create an RDS Aurora Cluster Instance.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptiondefault IClusterInstance
DatabaseClusterFromSnapshotProps.getWriter()
The instance to use for the cluster writer.final IClusterInstance
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getWriter()
default IClusterInstance
DatabaseClusterProps.getWriter()
The instance to use for the cluster writer.final IClusterInstance
DatabaseClusterProps.Jsii$Proxy.getWriter()
static IClusterInstance
ClusterInstance.provisioned
(String id) Add a provisioned instance to the cluster.static IClusterInstance
ClusterInstance.provisioned
(String id, ProvisionedClusterInstanceProps props) Add a provisioned instance to the cluster.static IClusterInstance
ClusterInstance.serverlessV2
(String id) Add a serverless v2 instance to the cluster.static IClusterInstance
ClusterInstance.serverlessV2
(String id, ServerlessV2ClusterInstanceProps props) Add a serverless v2 instance to the cluster.Modifier and TypeMethodDescriptiondefault List<IClusterInstance>
DatabaseClusterFromSnapshotProps.getReaders()
A list of instances to create as cluster reader instances.final List<IClusterInstance>
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getReaders()
default List<IClusterInstance>
DatabaseClusterProps.getReaders()
A list of instances to create as cluster reader instances.final List<IClusterInstance>
DatabaseClusterProps.Jsii$Proxy.getReaders()
Modifier and TypeMethodDescriptionDatabaseCluster.Builder.writer
(IClusterInstance writer) The instance to use for the cluster writer.DatabaseClusterFromSnapshot.Builder.writer
(IClusterInstance writer) The instance to use for the cluster writer.DatabaseClusterFromSnapshotProps.Builder.writer
(IClusterInstance writer) Sets the value ofDatabaseClusterFromSnapshotProps.getWriter()
DatabaseClusterProps.Builder.writer
(IClusterInstance writer) Sets the value ofDatabaseClusterProps.getWriter()
Modifier and TypeMethodDescriptionDatabaseCluster.Builder.readers
(List<? extends IClusterInstance> readers) A list of instances to create as cluster reader instances.DatabaseClusterFromSnapshot.Builder.readers
(List<? extends IClusterInstance> readers) A list of instances to create as cluster reader instances.DatabaseClusterFromSnapshotProps.Builder.readers
(List<? extends IClusterInstance> readers) Sets the value ofDatabaseClusterFromSnapshotProps.getReaders()
DatabaseClusterProps.Builder.readers
(List<? extends IClusterInstance> readers) Sets the value ofDatabaseClusterProps.getReaders()