interface ParameterGroupInstanceBindOptions
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.RDS.ParameterGroupInstanceBindOptions |
Java | software.amazon.awscdk.services.rds.ParameterGroupInstanceBindOptions |
Python | aws_cdk.aws_rds.ParameterGroupInstanceBindOptions |
TypeScript (source) | @aws-cdk/aws-rds » ParameterGroupInstanceBindOptions |
Options for {@link IParameterGroup.bindToInstance}. 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 parameterGroupInstanceBindOptions: rds.ParameterGroupInstanceBindOptions = { };