Interface ParameterGroupInstanceBindOptions

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ParameterGroupInstanceBindOptions.Jsii$Proxy

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2024-12-27T17:02:08.914Z") @Stability(Stable) public interface ParameterGroupInstanceBindOptions extends software.amazon.jsii.JsiiSerializable
Options for 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 software.amazon.awscdk.services.rds.*;
 ParameterGroupInstanceBindOptions parameterGroupInstanceBindOptions = ParameterGroupInstanceBindOptions.builder().build();