Uses of Interface
software.amazon.awscdk.interfaces.rds.IDBClusterRef
Packages that use IDBClusterRef
Package
Description
AWS Backup Construct Library
Amazon Relational Database Service Construct Library
-
Uses of IDBClusterRef in software.amazon.awscdk.interfaces.rds
Subinterfaces of IDBClusterRef in software.amazon.awscdk.interfaces.rdsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDBClusterRef.Classes in software.amazon.awscdk.interfaces.rds that implement IDBClusterRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDBClusterRef in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup with parameters of type IDBClusterRefModifier and TypeMethodDescriptionstatic BackupResourceBackupResource.fromRdsDatabaseCluster(IDBClusterRef cluster) A RDS database cluter.static BackupResourceBackupResource.fromRdsServerlessCluster(IDBClusterRef cluster) An Aurora database instance. -
Uses of IDBClusterRef in software.amazon.awscdk.services.rds
Subinterfaces of IDBClusterRef in software.amazon.awscdk.services.rdsModifier and TypeInterfaceDescriptioninterfaceCreate a clustered database with a given number of instances.static interfaceInternal default implementation forIDatabaseCluster.interfaceInterface representing a serverless database cluster.static interfaceInternal default implementation forIServerlessCluster.Classes in software.amazon.awscdk.services.rds that implement IDBClusterRefModifier and TypeClassDescriptionclassTheAWS::RDS::DBClusterresource creates an Amazon Aurora DB cluster or Multi-AZ DB cluster.classCreate a clustered database with a given number of instances.classA new or imported clustered database.classA database cluster restored from a snapshot.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classCreate an Aurora Serverless v1 Cluster.classA Aurora Serverless v1 Cluster restored from a snapshot.Methods in software.amazon.awscdk.services.rds with parameters of type IDBClusterRefModifier and TypeMethodDescriptionstatic StringCfnDBCluster.arnForDBCluster(IDBClusterRef resource) CfnDBInstance.Builder.dbClusterIdentifier(IDBClusterRef dbClusterIdentifier) The identifier of the DB cluster that this DB instance will belong to.CfnDBInstanceProps.Builder.dbClusterIdentifier(IDBClusterRef dbClusterIdentifier) Sets the value ofCfnDBInstanceProps.getDbClusterIdentifier()CfnGlobalCluster.Builder.sourceDbClusterIdentifier(IDBClusterRef sourceDbClusterIdentifier) The Amazon Resource Name (ARN) to use as the primary cluster of the global database.CfnGlobalClusterProps.Builder.sourceDbClusterIdentifier(IDBClusterRef sourceDbClusterIdentifier) Sets the value ofCfnGlobalClusterProps.getSourceDbClusterIdentifier()