Change stream_arm to stream_arn in docs
This commit is contained in:
parent
a68096d208
commit
7ee46ae343
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue