interface ParameterGroupClusterBindOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RDS.ParameterGroupClusterBindOptions |
![]() | software.amazon.awscdk.services.rds.ParameterGroupClusterBindOptions |
![]() | aws_cdk.aws_rds.ParameterGroupClusterBindOptions |
![]() | @aws-cdk/aws-rds » ParameterGroupClusterBindOptions |
Options for {@link 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 * as rds from '@aws-cdk/aws-rds';
const parameterGroupClusterBindOptions: rds.ParameterGroupClusterBindOptions = { };