interface RecurringChargeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.RDS.CfnReservedDBInstancePropsMixin.RecurringChargeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsrds#CfnReservedDBInstancePropsMixin_RecurringChargeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.rds.CfnReservedDBInstancePropsMixin.RecurringChargeProperty |
Python | aws_cdk.cfn_property_mixins.aws_rds.CfnReservedDBInstancePropsMixin.RecurringChargeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_rds » CfnReservedDBInstancePropsMixin » RecurringChargeProperty |
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/cfn-property-mixins';
const recurringChargeProperty: rds.CfnReservedDBInstancePropsMixin.RecurringChargeProperty = {
recurringChargeAmount: 123,
recurringChargeFrequency: 'recurringChargeFrequency',
};
Properties
| Name | Type | Description |
|---|---|---|
| recurring | number | |
| recurring | string |
recurringChargeAmount?
Type:
number
(optional)
recurringChargeFrequency?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript