interface DBSubnetGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RDS.DBSubnetGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#DBSubnetGroupReference |
![]() | software.amazon.awscdk.services.rds.DBSubnetGroupReference |
![]() | aws_cdk.aws_rds.DBSubnetGroupReference |
![]() | aws-cdk-lib » aws_rds » DBSubnetGroupReference |
A reference to a DBSubnetGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rds as rds } from 'aws-cdk-lib';
const dBSubnetGroupReference: rds.DBSubnetGroupReference = {
dbSubnetGroupName: 'dbSubnetGroupName',
};
Properties
Name | Type | Description |
---|---|---|
db | string | The DBSubnetGroupName of the DBSubnetGroup resource. |
dbSubnetGroupName
Type:
string
The DBSubnetGroupName of the DBSubnetGroup resource.