---
type: resource-type
title: TimestreamTable
description: aws resource type AWS::Timestream::Table
name: TimestreamTable
lexicon: aws
resource_type: AWS::Timestream::Table
---
`AWS::Timestream::Table`, a resource type of the aws lexicon.

## Properties

- `DatabaseName` (`string`, required): The name for the database which the table to be created belongs to.
- `Arn` (`string`, optional)
- `MagneticStoreWriteProperties` (`Record<string, unknown>`, optional): The properties that determine whether magnetic store writes are enabled.
- `Name` (`string`, optional): The table name exposed as a read-only attribute.
- `RetentionProperties` (`Record<string, unknown>`, optional): The retention duration of the memory store and the magnetic store.
- `Schema` (`Record<string, unknown>`, optional): A Schema specifies the expected data model of the table.
- `TableName` (`string`, optional): The name for the table. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the table name.
- `Tags` (`TimestreamTable_Tag[]`, optional): An array of key-value pairs to apply to this resource.

## Attributes

- `Arn`
- `Name`
