redshift_get_reserved_node_exchange_offerings: Returns an array of DC2 ReservedNodeOfferings that matches...

View source: R/redshift_operations.R

redshift_get_reserved_node_exchange_offeringsR Documentation

Returns an array of DC2 ReservedNodeOfferings that matches the payment type, term, and usage price of the given DC1 reserved node

Description

Returns an array of DC2 ReservedNodeOfferings that matches the payment type, term, and usage price of the given DC1 reserved node.

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

Usage

redshift_get_reserved_node_exchange_offerings(
  ReservedNodeId,
  MaxRecords = NULL,
  Marker = NULL
)

Arguments

ReservedNodeId

[required] A string representing the node identifier for the DC1 Reserved Node to be exchanged.

MaxRecords

An integer setting the maximum number of ReservedNodeOfferings to retrieve.

Marker

A value that indicates the starting point for the next set of ReservedNodeOfferings.


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