We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autoscaling_enabled
autoscaling_enabled seems to do a few things:
true
read_capacity
write_capacity
billing_mode = "PAY_PER_REQUEST"
false
billing_mode = "PROVISIONED"
Can we replace this explicit attribute by detecting the autoscaling mode from the table? Or is there some reason you haven't done this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
autoscaling_enabled
seems to do a few things:true
, diffs toread_capacity
andwrite_capacity
are suppressed, and the values are removed from statetrue
, raise an error ifbilling_mode = "PAY_PER_REQUEST"
false
andbilling_mode = "PROVISIONED"
, update read & write capacity when updating the indexCan we replace this explicit attribute by detecting the autoscaling mode from the table? Or is there some reason you haven't done this?
The text was updated successfully, but these errors were encountered: