Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for timeouts added to Kinesis Stream #1360

Merged
merged 1 commit into from
Aug 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion website/docs/r/kinesis_stream.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ when creating a Kinesis stream. See [Amazon Kinesis Streams][2] for more.
* `shard_count` - The count of Shards for this Stream
* `arn` - The Amazon Resource Name (ARN) specifying the Stream (same as `id`)

## Timeouts

`aws_kinesis_stream` provides the following [Timeouts](/docs/configuration/resources.html#timeouts) configuration options:

- `create` - (Default `5 minutes`) Used for Creating a Kinesis Stream
- `update` - (Default `120 minutes`) Used for Updating a Kinesis Stream
- `delete` - (Default `120 minutes`) Used for Destroying a Kinesis Stream

## Import

Expand All @@ -64,4 +71,3 @@ $ terraform import aws_kinesis_stream.test_stream terraform-kinesis-test
[1]: https://aws.amazon.com/documentation/kinesis/
[2]: https://docs.aws.amazon.com/kinesis/latest/dev/amazon-kinesis-streams.html
[3]: https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html