View source: R/memorydb_operations.R
memorydb_purchase_reserved_nodes_offering | R Documentation |
Allows 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.
memorydb_purchase_reserved_nodes_offering(
ReservedNodesOfferingId,
ReservationId = NULL,
NodeCount = NULL,
Tags = NULL
)
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. |
Tags |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.