AWS Fundamentals Logo
AWS Fundamentals
AWS::Timestream::Database

Timestream Database

The AWS::Timestream::Database resource creates a Timestream database.

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
DatabaseName
string
Create-only
KmsKeyId
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Timestream::Database

Resources:
  MyResource:
    Type: AWS::Timestream::Database
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

timestream:CreateDatabasetimestream:DescribeEndpointstimestream:TagResourcekms:CreateGrantkms:DescribeKeykms:Decrypt

read

timestream:DescribeDatabasetimestream:DescribeEndpointstimestream:ListTagsForResource

update

timestream:UpdateDatabasetimestream:DescribeDatabasetimestream:DescribeEndpointstimestream:TagResourcetimestream:UntagResource

delete

timestream:DeleteDatabasetimestream:DescribeEndpoints

list

timestream:ListDatabasestimestream:DescribeEndpoints

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceTimestream
Properties4
Required0
TaggingSupported
Primary IDDatabaseName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DatabaseName

External Links