Get all available ElastiCache categories.
Promise resolving to array of all category names
import { getAllElastiCacheCategories } from 'aws-instance-info/async'const categories = await getAllElastiCacheCategories()console.log(categories)// ['general_purpose', 'memory_optimized', 'network_optimized', 'burstable_performance'] Copy
import { getAllElastiCacheCategories } from 'aws-instance-info/async'const categories = await getAllElastiCacheCategories()console.log(categories)// ['general_purpose', 'memory_optimized', 'network_optimized', 'burstable_performance']
Get all available ElastiCache categories.