Interface IParameterGroupInstanceBindOptions
Options for {@link IParameterGroup.bindToInstance}. Empty for now, but can be extended later.
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.AWS.RDS.dll
Syntax (csharp)
public interface IParameterGroupInstanceBindOptions
Syntax (vb)
Public Interface IParameterGroupInstanceBindOptions
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.RDS;
var parameterGroupInstanceBindOptions = new ParameterGroupInstanceBindOptions { };