aws-cdk-lib.aws_rds.ParameterGroupInstanceConfig

interface ParameterGroupInstanceConfig

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

Obtainable from ParameterGroup.bindToInstance()

The type returned from IParameterGroup.bindToInstance.

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

Properties

NameTypeDescription
parameterGroupNamestringThe name of this parameter group.

parameterGroupName

Type: string

The name of this parameter group.