memorydb_purchase_reserved_nodes_offering {paws.database} | R Documentation |
Allows you to purchase a reserved node offering
Description
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.
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. |
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. |
[Package paws.database version 0.9.0 Index]