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