Documentation - v0.0.0
Preparing search index...
@crisiscleanup/stacks.api
CacheProps
Interface CacheProps
interface
CacheProps
{
clusterMode
:
boolean
;
enabled
:
boolean
;
engineVersion
:
string
;
memoryAutoscalingTarget
:
null
|
number
;
nodes
:
number
;
nodeType
:
string
;
replicas
:
number
;
vpc
:
IVpc
;
}
Hierarchy (
View Summary
)
CacheConfig
CacheProps
Index
Properties
cluster
Mode
enabled
engine
Version
memory
Autoscaling
Target
nodes
node
Type
replicas
vpc
Properties
cluster
Mode
clusterMode
:
boolean
= ...
enabled
enabled
:
boolean
= ...
engine
Version
engineVersion
:
string
= ...
memory
Autoscaling
Target
memoryAutoscalingTarget
:
null
|
number
= ...
nodes
nodes
:
number
= ...
node
Type
nodeType
:
string
= ...
replicas
replicas
:
number
= ...
vpc
vpc
:
IVpc
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cluster
Mode
enabled
engine
Version
memory
Autoscaling
Target
nodes
node
Type
replicas
vpc
Documentation - v0.0.0
Loading...