Allows you to purchase a reserved cache node offering.
elasticache_purchase_reserved_cache_nodes_offering(
ReservedCacheNodesOfferingId, ReservedCacheNodeId, CacheNodeCount)
[required] The ID of the reserved cache node offering to purchase.
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
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
The number of cache node instances to reserve.
Default: 1
svc$purchase_reserved_cache_nodes_offering( ReservedCacheNodesOfferingId = "string", ReservedCacheNodeId = "string", CacheNodeCount = 123 )