Uses of Interface
software.amazon.awscdk.interfaces.rds.IDBInstanceRef
Packages that use IDBInstanceRef
Package
Description
AWS Backup Construct Library
Amazon Relational Database Service Construct Library
-
Uses of IDBInstanceRef in software.amazon.awscdk.interfaces.rds
Subinterfaces of IDBInstanceRef in software.amazon.awscdk.interfaces.rdsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDBInstanceRef.Classes in software.amazon.awscdk.interfaces.rds that implement IDBInstanceRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDBInstanceRef in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup with parameters of type IDBInstanceRefModifier and TypeMethodDescriptionstatic BackupResourceBackupResource.fromRdsDatabaseInstance(IDBInstanceRef instance) A RDS database instance. -
Uses of IDBInstanceRef in software.amazon.awscdk.services.rds
Subinterfaces of IDBInstanceRef in software.amazon.awscdk.services.rdsModifier and TypeInterfaceDescriptioninterfaceAn Aurora Cluster Instance.static interfaceInternal default implementation forIAuroraClusterInstance.interfaceA database instance.static interfaceInternal default implementation forIDatabaseInstance.Classes in software.amazon.awscdk.services.rds that implement IDBInstanceRefModifier and TypeClassDescriptionclassTheAWS::RDS::DBInstanceresource creates an Amazon DB instance.classA database instance.classA new or imported database instance.classA database instance restored from a snapshot.classA read replica database instance.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.Methods in software.amazon.awscdk.services.rds with parameters of type IDBInstanceRefModifier and TypeMethodDescriptionstatic StringCfnDBInstance.arnForDBInstance(IDBInstanceRef resource) CfnDBInstance.Builder.sourceDbInstanceIdentifier(IDBInstanceRef sourceDbInstanceIdentifier) If you want to create a read replica DB instance, specify the ID of the source DB instance.CfnDBInstanceProps.Builder.sourceDbInstanceIdentifier(IDBInstanceRef sourceDbInstanceIdentifier) Sets the value ofCfnDBInstanceProps.getSourceDbInstanceIdentifier()