Skip to content

Update table

async_boto.validation.timestream_write.update_table

UpdateTableRequest

Bases: BaseModel

Modifies the retention duration of the memory store and magnetic store for a Timestream table.

ATTRIBUTE DESCRIPTION
DatabaseName

The name of the Timestream database.

TYPE: str

MagneticStoreWriteProperties

Contains properties to set on the table when enabling magnetic store writes.

TYPE: Optional[MagneticStoreWriteProperties]

RetentionProperties

The retention duration of the memory store and the magnetic store.

TYPE: Optional[RetentionProperties]

Schema

The schema of the table.

TYPE: Optional[Schema]

TableName

The name of the Timestream table.

TYPE: str

DatabaseName instance-attribute

DatabaseName

MagneticStoreWriteProperties instance-attribute

MagneticStoreWriteProperties

RetentionProperties instance-attribute

RetentionProperties

Schema instance-attribute

Schema

TableName instance-attribute

TableName

UpdateTableResponse

Bases: BaseModel

The response returned by the service when an UpdateTable action is successful.

ATTRIBUTE DESCRIPTION
Table

A top-level container for a table. Databases and tables are the fundamental management concepts in Amazon Timestream.

TYPE: Table

Table instance-attribute

Table