From d0501864ab56811313f1bb97ad457b3558b728b5 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Wed, 23 Mar 2016 00:43:37 +0100 Subject: [PATCH] dynamodb_table: doc fix --- cloud/amazon/dynamodb_table.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud/amazon/dynamodb_table.py b/cloud/amazon/dynamodb_table.py index 94609167494..b0c335a16ab 100644 --- a/cloud/amazon/dynamodb_table.py +++ b/cloud/amazon/dynamodb_table.py @@ -72,9 +72,9 @@ options: indexes: 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. - - required options: ['name', 'type', 'hash_key_name'] - - 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'] + - "required options: ['name', 'type', 'hash_key_name']" + - "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']" required: false default: [] version_added: "2.1"