Create table
async_boto.validation.timestream_write.create_table
CreateTableRequest
Bases: BaseModel
Adds a new table to an existing database in your account. In an AWS account, table names must be at least unique within each Region if they are in the same database.
| ATTRIBUTE | DESCRIPTION |
|---|---|
DatabaseName |
The name of the Timestream database.
TYPE:
|
MagneticStoreWriteProperties |
Properties to set on the table when enabling magnetic store writes.
TYPE:
|
RetentionProperties |
The duration for which your time-series data must be stored in the memory store and the magnetic store.
TYPE:
|
Schema |
The schema of the table.
TYPE:
|
TableName |
The name of the Timestream table.
TYPE:
|
Tags |
A list of key-value pairs to label the table.
TYPE:
|
DatabaseName
instance-attribute
DatabaseName
MagneticStoreWriteProperties
class-attribute
instance-attribute
MagneticStoreWriteProperties = None
RetentionProperties
class-attribute
instance-attribute
RetentionProperties = None
Schema
class-attribute
instance-attribute
Schema = None
TableName
instance-attribute
TableName
Tags
class-attribute
instance-attribute
Tags = None