aws-cdk-lib.aws_rds.ParameterGroupClusterBindOptions

interface ParameterGroupClusterBindOptions

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

Options for IParameterGroup.bindToCluster. Empty for now, but can be extended later.

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 parameterGroupClusterBindOptions: rds.ParameterGroupClusterBindOptions = { };