website: remove stray backticks (#11807)

This commit is contained in:
Kevin Burke 2017-02-08 18:01:14 -08:00 committed by Martin Atkins
parent 0a60142080
commit 5bd8fab828
1 changed files with 4 additions and 4 deletions

View File

@ -122,7 +122,7 @@ AWS account and region the Stream is created in.
* `destination` (Required) This is the destination to where the data is delivered. The only options are `s3`, `redshift`, and `elasticsearch`.
* `s3_configuration` - (Required) Configuration options for the s3 destination (or the intermediate bucket if the destination
is redshift). More details are given below.
* `redshift_configuration` - (Optional) Configuration options if redshift is the destination.
* `redshift_configuration` - (Optional) Configuration options if redshift is the destination.
Using `redshift_configuration` requires the user to also specify a
`s3_configuration` block. More details are given below.
@ -166,9 +166,9 @@ The `elasticsearch_configuration` object supports the following:
The `cloudwatch_logging_options` object supports the following:
* `enabled` - (Optional) Enables or disables the logging. Defaults to `false`.
* `log_group_name` - (Optional) The CloudWatch group name for logging. This value is required if `enabled` is true`.
* `log_stream_name` - (Optional) The CloudWatch log stream name for logging. This value is required if `enabled` is true`.
* `enabled` - (Optional) Enables or disables the logging. Defaults to `false`.
* `log_group_name` - (Optional) The CloudWatch group name for logging. This value is required if `enabled` is true.
* `log_stream_name` - (Optional) The CloudWatch log stream name for logging. This value is required if `enabled` is true.