interface DBSubnetGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DocDB.DBSubnetGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdocdb#DBSubnetGroupReference |
![]() | software.amazon.awscdk.services.docdb.DBSubnetGroupReference |
![]() | aws_cdk.aws_docdb.DBSubnetGroupReference |
![]() | aws-cdk-lib » aws_docdb » 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_docdb as docdb } from 'aws-cdk-lib';
const dBSubnetGroupReference: docdb.DBSubnetGroupReference = {
dbSubnetGroupId: 'dbSubnetGroupId',
};
Properties
Name | Type | Description |
---|---|---|
db | string | The Id of the DBSubnetGroup resource. |
dbSubnetGroupId
Type:
string
The Id of the DBSubnetGroup resource.