CfnReservedDBInstanceProps
- class aws_cdk.aws_rds.CfnReservedDBInstanceProps(*, db_instance_count=None)
Bases:
objectProperties for defining a
CfnReservedDBInstance.- Parameters:
db_instance_count (
Union[int,float,None])- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_rds as rds cfn_reserved_db_instance_props = rds.CfnReservedDBInstanceProps( db_instance_count=123 )
Attributes