AWS::Timestream::TableThe AWS::Timestream::Table resource creates a Timestream Table.
6 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DatabaseName | string | RequiredCreate-only |
MagneticStoreWriteProperties | object | |
RetentionProperties | object | |
Schema | object | |
TableName | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Name | string | The table name exposed as a read-only attribute. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Timestream::Table
Resources:
MyResource:
Type: AWS::Timestream::Table
Properties:
DatabaseName: "my-databasename"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
timestream:CreateTabletimestream:DescribeEndpointstimestream:TagResources3:PutObjects3:GetObjects3:GetBucketAclkms:GenerateDataKeykms:GenerateDataKeyWithoutPlaintexttimestream:DescribeTabletimestream:DescribeEndpointstimestream:ListTagsForResourcetimestream:UpdateTabletimestream:DescribeEndpointstimestream:TagResourcetimestream:UntagResources3:PutObjects3:GetObjects3:GetBucketAclkms:GenerateDataKeytimestream:DeleteTabletimestream:DescribeEndpointstimestream:DescribeTabletimestream:ListTablestimestream: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.
DatabaseNameTableName