CfnReservedDBInstanceMixinProps
- class aws_cdk.cfn_property_mixins.aws_rds.CfnReservedDBInstanceMixinProps(*, db_instance_count=None)
Bases:
objectProperties for CfnReservedDBInstancePropsMixin.
- 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.cfn_property_mixins import aws_rds as rds cfn_reserved_db_instance_mixin_props = rds.CfnReservedDBInstanceMixinProps( db_instance_count=123 )
Attributes