interface DBClusterParameterGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RDS.DBClusterParameterGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#DBClusterParameterGroupReference |
![]() | software.amazon.awscdk.services.rds.DBClusterParameterGroupReference |
![]() | aws_cdk.aws_rds.DBClusterParameterGroupReference |
![]() | aws-cdk-lib » aws_rds » DBClusterParameterGroupReference |
A reference to a DBClusterParameterGroup 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 dBClusterParameterGroupReference: rds.DBClusterParameterGroupReference = {
dbClusterParameterGroupName: 'dbClusterParameterGroupName',
};
Properties
Name | Type | Description |
---|---|---|
db | string | The DBClusterParameterGroupName of the DBClusterParameterGroup resource. |
dbClusterParameterGroupName
Type:
string
The DBClusterParameterGroupName of the DBClusterParameterGroup resource.