-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
New Resource: aws_timestreamwrite_table #15422
Comments
API documentation is part of the Developer Guide: https://docs.aws.amazon.com/timestream/latest/developerguide/API_Reference.html. |
Strictly, this resource should be named |
@ewbankkit Updated |
I started working on this, should have a PR open by tomorrow evening 🙂 |
Is there any timeframe when this could to be merged? |
Hi @yardensachs, Could you please share the draft branch for tables? |
@ivanovit looks like I lost that branch for some reason, so I don't have that work anymore :( |
Hi @yardensachs 👋 Apologies for the wait here! Totally understand if its not the best time to pick up doing the implementation for this again, but if you are still interested, let us know 😄 We'll wait about a week to hear back, and then from there, I'm happy to continue the implementation. |
This has been released in version 3.40.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Amazon Timestream is now generally available, and a supporting Terraform resource for managing a table is necessary. Amazon Timestream is a fast, scalable, fully managed, purpose-built time series database.
(#15421 was created for
aws_timestreamwrite_database
)New or Affected Resource(s)
Potential Terraform Configuration
database_name
(string) -- The name of the Timestream database.table_name
(string) -- The name of the Timestream table.retention_properties.magnetic_store_retention_period_in_days
(int) -- The duration for which data must be stored in the magnetic store.retention_properties.memory_store_retention_period_in_hours
(int) -- The duration for which data must be stored in the memory store.References
aws_timestreamwrite_database
The text was updated successfully, but these errors were encountered: