Allows you to purchase a reserved node offering
Source:R/memorydb_operations.R
memorydb_purchase_reserved_nodes_offering.RdAllows you to purchase a reserved node offering. Reserved nodes are not eligible for cancellation and are non-refundable.
See https://www.paws-r-sdk.com/docs/memorydb_purchase_reserved_nodes_offering/ for full documentation.
Usage
memorydb_purchase_reserved_nodes_offering(
ReservedNodesOfferingId,
ReservationId = NULL,
NodeCount = NULL,
Tags = NULL
)Arguments
- ReservedNodesOfferingId
[required] The ID of the reserved node offering to purchase.
- ReservationId
A customer-specified identifier to track this reservation.
- NodeCount
The number of node instances to reserve.
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.