elasticache_purchase_reserved_cache_nodes_offering: Allows you to purchase a reserved cache node offering

View source: R/elasticache_operations.R

elasticache_purchase_reserved_cache_nodes_offeringR Documentation

Allows you to purchase a reserved cache node offering

Description

Allows you to purchase a reserved cache node offering. Reserved nodes are not eligible for cancellation and are non-refundable. For more information, see Managing Costs with Reserved Nodes for Redis OSS or Managing Costs with Reserved Nodes for Memcached.

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

Usage

elasticache_purchase_reserved_cache_nodes_offering(
  ReservedCacheNodesOfferingId,
  ReservedCacheNodeId = NULL,
  CacheNodeCount = NULL,
  Tags = NULL
)

Arguments

ReservedCacheNodesOfferingId

[required] The ID of the reserved cache node offering to purchase.

Example: ⁠438012d3-4052-4cc7-b2e3-8d3372e0e706⁠

ReservedCacheNodeId

A customer-specified identifier to track this reservation.

The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

Example: myreservationID

CacheNodeCount

The number of cache node instances to reserve.

Default: 1

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, 2024, 6:37 a.m.