Skip to content

Commit a9191d1

Browse files
committed
feat(elasticache): add UserGroup and ServerlessCache constructs
1 parent 6755a4e commit a9191d1

File tree

3 files changed

+1265
-0
lines changed

3 files changed

+1265
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/**
2+
* Engine type for ElastiCache users and user groups
3+
*/
4+
export enum UserEngine {
5+
/**
6+
* Valkey engine
7+
*/
8+
VALKEY = 'valkey',
9+
10+
/**
11+
* Redis engine
12+
*/
13+
REDIS = 'redis',
14+
}

0 commit comments

Comments
 (0)