Closed yardensachs closed 3 years ago
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 aws_timestreamwrite_database
to match the AWS service name and the resource naming conventions.
AWS call the underlying API the Timestream Write API.
@ewbankkit Updated
any update when this will be merged in and made available?
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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Description
Amazon Timestream is now generally available, and a supporting Terraform resource for managing a database is necessary. Amazon Timestream is a fast, scalable, fully managed, purpose-built time series database.
New or Affected Resource(s)
Potential Terraform Configuration
database_name
(string) -- The name of the Timestream database.kms_key_id
(string, optional) -- The KMS key for the database. If the KMS key is not specified, the database will be encrypted with a Timestream managed KMS key located in your account. (#15422 was created for aws_timestream_table)References
15422 -
aws_timestreamwrite_table