Merge pull request #5789 from enspencer/master

Change stream_arm to stream_arn in docs
This commit is contained in:
Paul Stack 2016-03-22 19:15:23 +00:00
commit 5e6342b6df
1 changed files with 4 additions and 4 deletions

View File

@ -68,14 +68,14 @@ The following arguments are supported:
definition after you have created the resource.
* `global_secondary_index` - (Optional) Describe a GSO for the table;
subject to the normal limits on the number of GSIs, projected
attributes, etc.
attributes, etc.
For both `local_secondary_index` and `global_secondary_index` objects,
the following properties are supported:
* `name` - (Required) The name of the LSI or GSI
* `hash_key` - (Required for GSI) The name of the hash key in the index; must be
defined as an attribute in the resource. Only applies to
defined as an attribute in the resource. Only applies to
`global_secondary_index`
* `range_key` - (Required) The name of the range key; must be defined
* `projection_type` - (Required) One of "ALL", "INCLUDE" or "KEYS_ONLY"
@ -105,7 +105,7 @@ because these get re-used in numerous places (i.e the table's range key
could be a part of one or more GSIs), they are stored on the table
object to prevent duplication and increase consistency. If you add
attributes here that are not used in these scenarios it can cause an
infinite loop in planning.
infinite loop in planning.
## Attributes Reference
@ -114,5 +114,5 @@ The following attributes are exported:
* `arn` - The arn of the table
* `id` - The name of the table
* `stream_arm` - The ARN of the Table Stream. Only available when `stream_enabled = true`
* `stream_arn` - The ARN of the Table Stream. Only available when `stream_enabled = true`