website: remove stray backticks (#11807)
This commit is contained in:
parent
0a60142080
commit
5bd8fab828
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue