ISSUE-5702: Updating the documentation to reflex the corresponding change with target_id.

This commit is contained in:
Andy Chan 2016-03-22 11:54:18 -07:00
parent 7dc5a272be
commit 7008bb6b9a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ resource "aws_kinesis_stream" "test_stream" {
The following arguments are supported:
* `rule` - (Required) The name of the rule you want to add targets to.
* `target_id` - (Required) The unique target assignment ID.
* `target_id` - (Optional) The unique target assignment ID. If missing, will generate an unique id.
* `arn` - (Required) The Amazon Resource Name (ARN) associated of the target.
* `input` - (Optional) Valid JSON text passed to the target.
* `input_path` - (Optional) The value of the [JSONPath](http://goessner.net/articles/JsonPath/)