Returns an array of DC2 ReservedNodeOfferings that matches the payment type, term, and usage price of the given DC1 reserved node.
redshift_get_reserved_node_exchange_offerings(ReservedNodeId,
MaxRecords, Marker)
[required] A string representing the node identifier for the DC1 Reserved Node to be exchanged.
An integer setting the maximum number of ReservedNodeOfferings to retrieve.
A value that indicates the starting point for the next set of ReservedNodeOfferings.
svc$get_reserved_node_exchange_offerings( ReservedNodeId = "string", MaxRecords = 123, Marker = "string" )