Interface CfnReservedDBInstanceProps

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

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-07-22T17:37:33.052Z") @Stability(Stable) public interface CfnReservedDBInstanceProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnReservedDBInstance.

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.*;
 CfnReservedDBInstanceProps cfnReservedDBInstanceProps = CfnReservedDBInstanceProps.builder()
         .dbInstanceCount(123)
         .build();
 

See Also: