dynamodb_table: doc fix

reviewable/pr18780/r1
Rene Moser 9 years ago
parent eb5809f351
commit d0501864ab

@ -72,9 +72,9 @@ options:
indexes: indexes:
description: description:
- list of dictionaries describing indexes to add to the table. global indexes can be updated. local indexes don't support updates or have throughput. - list of dictionaries describing indexes to add to the table. global indexes can be updated. local indexes don't support updates or have throughput.
- required options: ['name', 'type', 'hash_key_name'] - "required options: ['name', 'type', 'hash_key_name']"
- valid types: ['all', 'global_all', 'global_include', 'global_keys_only', 'include', 'keys_only'] - "valid types: ['all', 'global_all', 'global_include', 'global_keys_only', 'include', 'keys_only']"
- other options: ['hash_key_type', 'range_key_name', 'range_key_type', 'includes', 'read_capacity', 'write_capacity'] - "other options: ['hash_key_type', 'range_key_name', 'range_key_type', 'includes', 'read_capacity', 'write_capacity']"
required: false required: false
default: [] default: []
version_added: "2.1" version_added: "2.1"

Loading…
Cancel
Save