Skip to content

Commit

Permalink
Merge pull request #5789 from enspencer/master
Browse files Browse the repository at this point in the history
Change stream_arm to stream_arn in docs
  • Loading branch information
stack72 committed Mar 22, 2016
2 parents df92908 + 7ee46ae commit 5e6342b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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`

0 comments on commit 5e6342b

Please sign in to comment.