aws-cdk-lib.aws_rds.ParameterGroupClusterConfig

interface ParameterGroupClusterConfig

LanguageType name
.NETAmazon.CDK.AWS.RDS.ParameterGroupClusterConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrds#ParameterGroupClusterConfig
Javasoftware.amazon.awscdk.services.rds.ParameterGroupClusterConfig
Pythonaws_cdk.aws_rds.ParameterGroupClusterConfig
TypeScript (source)aws-cdk-lib » aws_rds » ParameterGroupClusterConfig

Obtainable from ParameterGroup.bindToCluster()

The type returned from IParameterGroup.bindToCluster.

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 parameterGroupClusterConfig: rds.ParameterGroupClusterConfig = {
  parameterGroupName: 'parameterGroupName',
};

Properties

NameTypeDescription
parameterGroupNamestringThe name of this parameter group.

parameterGroupName

Type: string

The name of this parameter group.