ts

Timestream

DatabasesAWS
General

General information about the service.

Description

Amazon Timestream is a serverless time series database for IoT and operational applications.

Service Namespace

AWS::Timestream::Database

ARN Pattern

arn:aws:timestream:{region}:{account}:database/{database-name}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

ts-

Length

3-256

Valid Characters

Letters, numbers, hyphens, underscores

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_timestreamwrite_database" "main" {
2 database_name = "ts-${var.environment}"
3}
Utilities

Utilities to support app deployment or configuration.