AWS::Timestream::DatabaseThe AWS::Timestream::Database resource creates a Timestream database.
3 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DatabaseName | string | Create-only |
KmsKeyId | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Timestream::Database
Resources:
MyResource:
Type: AWS::Timestream::Database
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
timestream:CreateDatabasetimestream:DescribeEndpointstimestream:TagResourcekms:CreateGrantkms:DescribeKeykms:Decrypttimestream:DescribeDatabasetimestream:DescribeEndpointstimestream:ListTagsForResourcetimestream:UpdateDatabasetimestream:DescribeDatabasetimestream:DescribeEndpointstimestream:TagResourcetimestream:UntagResourcetimestream:DeleteDatabasetimestream:DescribeEndpointstimestream:ListDatabasestimestream:DescribeEndpointsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDatabaseNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DatabaseName