- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-redshift
ReservedNodeOffering Interface
Describes a reserved node offering.
Members
Name | Type | Details |
---|---|---|
CurrencyCode | string | undefined | The currency code for the compute nodes offering. |
Duration | number | undefined | The duration, in seconds, for which the offering will reserve the node. |
FixedPrice | number | undefined | The upfront fixed charge you will pay to purchase the specific reserved node offering. |
NodeType | string | undefined | The node type offered by the reserved node offering. |
OfferingType | string | undefined | The anticipated utilization of the reserved node, as defined in the reserved node offering. |
RecurringCharges | RecurringCharge[] | undefined | The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes. |
ReservedNodeOfferingId | string | undefined | The offering identifier. |
ReservedNodeOfferingType | ReservedNodeOfferingType | undefined | |
UsagePrice | number | undefined | The rate you are charged for each hour the cluster that is using the offering is running. |
Full Signature
export interface ReservedNodeOffering