You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These settings will apply to backend and events tables.
teleport:
storage:
type: "dynamodb"
[...]
# continuous_backups is used to enable continuous backups.
continuous_backups: [true|false]
# auto_scaling is used to enable (and define settings for) auto scaling.
auto_scaling: [true|false]
read_min_capacity: int
read_max_capacity: int
read_target_value: float
write_min_capacity: int
write_max_capacity: int
write_target_value: float
These settings will apply to backend and events tables.
For more details see:
The text was updated successfully, but these errors were encountered: