Skip to content

Commit

Permalink
Merge pull request #7612 from jurajseffer/patch-1
Browse files Browse the repository at this point in the history
aws_kinesis_firehose_delivery_stream: Updated key description to include elasticsearch
  • Loading branch information
bflad authored Feb 22, 2019
2 parents 19d927c + 6dd247c commit 98f11ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ AWS account and region the Stream is created in.
* `tags` - (Optional) A mapping of tags to assign to the resource.
* `kinesis_source_configuration` - (Optional) Allows the ability to specify the kinesis stream that is used as the source of the firehose delivery stream.
* `destination` – (Required) This is the destination to where the data is delivered. The only options are `s3` (Deprecated, use `extended_s3` instead), `extended_s3`, `redshift`, `elasticsearch`, and `splunk`.
* `s3_configuration` - (Optional, Deprecated, see/use `extended_s3_configuration` unless `destination` is `redshift`) Configuration options for the s3 destination (or the intermediate bucket if the destination
* `s3_configuration` - (Optional) Required for non-S3 destinations. For S3 destination, use `extended_s3_configuration` instead. Configuration options for the s3 destination (or the intermediate bucket if the destination
is redshift). More details are given below.
* `extended_s3_configuration` - (Optional, only Required when `destination` is `extended_s3`) Enhanced configuration options for the s3 destination. More details are given below.
* `redshift_configuration` - (Optional) Configuration options if redshift is the destination.
Expand Down

0 comments on commit 98f11ae

Please sign in to comment.