memorydb_purchase_reserved_nodes_offering: Allows you to purchase a reserved node offering

View source: R/memorydb_operations.R

memorydb_purchase_reserved_nodes_offeringR 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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.