interface CfnReservedDBInstanceProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.RDS.CfnReservedDBInstanceProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#CfnReservedDBInstanceProps |
Java | software.amazon.awscdk.services.rds.CfnReservedDBInstanceProps |
Python | aws_cdk.aws_rds.CfnReservedDBInstanceProps |
TypeScript | aws-cdk-lib » aws_rds » CfnReservedDBInstanceProps |
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 { aws_rds as rds } from 'aws-cdk-lib';
const cfnReservedDBInstanceProps: rds.CfnReservedDBInstanceProps = {
dbInstanceCount: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| db | number |
dbInstanceCount?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript