redshift_accept_reserved_node_exchange: Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no...

View source: R/redshift_operations.R

redshift_accept_reserved_node_exchangeR Documentation

Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the configuration (term, payment type, or number of nodes) and no additional costs

Description

Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the configuration (term, payment type, or number of nodes) and no additional costs.

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

Usage

redshift_accept_reserved_node_exchange(
  ReservedNodeId,
  TargetReservedNodeOfferingId
)

Arguments

ReservedNodeId

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

TargetReservedNodeOfferingId

[required] The unique identifier of the DC2 Reserved Node offering to be used for the exchange. You can obtain the value for the parameter by calling get_reserved_node_exchange_offerings


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