interface DBParameterGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Neptune.DBParameterGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsneptune#DBParameterGroupReference |
![]() | software.amazon.awscdk.services.neptune.DBParameterGroupReference |
![]() | aws_cdk.aws_neptune.DBParameterGroupReference |
![]() | aws-cdk-lib » aws_neptune » DBParameterGroupReference |
A reference to a DBParameterGroup 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 dBParameterGroupReference: neptune.DBParameterGroupReference = {
dbParameterGroupName: 'dbParameterGroupName',
};
Properties
Name | Type | Description |
---|---|---|
db | string | The Name of the DBParameterGroup resource. |
dbParameterGroupName
Type:
string
The Name of the DBParameterGroup resource.