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