package awsrds // 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 "github.com/aws/aws-cdk-go/awscdk" // // parameterGroupClusterConfig := &ParameterGroupClusterConfig{ // ParameterGroupName: jsii.String("parameterGroupName"), // } // type ParameterGroupClusterConfig struct { // The name of this parameter group. ParameterGroupName *string `field:"required" json:"parameterGroupName" yaml:"parameterGroupName"` }