memorydb_describe_reserved_nodes_offerings: Lists available reserved node offerings

View source: R/memorydb_operations.R

memorydb_describe_reserved_nodes_offeringsR Documentation

Lists available reserved node offerings

Description

Lists available reserved node offerings.

See https://www.paws-r-sdk.com/docs/memorydb_describe_reserved_nodes_offerings/ for full documentation.

Usage

memorydb_describe_reserved_nodes_offerings(
  ReservedNodesOfferingId = NULL,
  NodeType = NULL,
  Duration = NULL,
  OfferingType = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

ReservedNodesOfferingId

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

NodeType

The node type for the reserved nodes. For more information, see Supported node types.

Duration

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

OfferingType

The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type. Valid values: "All Upfront"|"Partial Upfront"| "No Upfront"

MaxResults

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

NextToken

An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.


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