interface IDBInstanceRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.RDS.IDBInstanceRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#IDBInstanceRef | 
|  Java | software.amazon.awscdk.services.rds.IDBInstanceRef | 
|  Python | aws_cdk.aws_rds.IDBInstanceRef | 
|  TypeScript | aws-cdk-lib»aws_rds»IDBInstanceRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a DBInstance.
Properties
| Name | Type | Description | 
|---|---|---|
| db | DBInstance | A reference to a DBInstance resource. | 
| node | Node | The tree node. | 
dbInstanceRef
Type:
DBInstance
A reference to a DBInstance resource.
node
Type:
Node
The tree node.
