Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Apr 26, 2024
1 parent a057c69 commit 7bbed30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/cloudwatch_event_target.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ The following arguments are optional:
* `ecs_target` - (Optional) Parameters used when you are using the rule to invoke Amazon ECS Task. Documented below. A maximum of 1 are allowed.
* `event_bus_name` - (Optional) The name or ARN of the event bus to associate with the rule.
If you omit this, the `default` event bus is used.
* `force_destroy` - (Optional) Used to delete managed rules created by AWS. Defaults to `false`.
* `http_target` - (Optional) Parameters used when you are using the rule to invoke an API Gateway REST endpoint. Documented below. A maximum of 1 is allowed.
* `input` - (Optional) Valid JSON text passed to the target. Conflicts with `input_path` and `input_transformer`.
* `input_path` - (Optional) The value of the [JSONPath](http://goessner.net/articles/JsonPath/) that is used for extracting part of the matched event when passing it to the target. Conflicts with `input` and `input_transformer`.
Expand Down

0 comments on commit 7bbed30

Please sign in to comment.