class Aws::TimestreamWrite::Types::CreateTableRequest

@note When making an API call, you may pass CreateTableRequest

data as a hash:

    {
      database_name: "ResourceName", # required
      table_name: "ResourceName", # required
      retention_properties: {
        memory_store_retention_period_in_hours: 1, # required
        magnetic_store_retention_period_in_days: 1, # required
      },
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] database_name

The name of the Timestream database.
@return [String]

@!attribute [rw] table_name

The name of the Timestream table.
@return [String]

@!attribute [rw] retention_properties

The duration for which your time series data must be stored in the
memory store and the magnetic store.
@return [Types::RetentionProperties]

@!attribute [rw] tags

A list of key-value pairs to label the table.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/timestream-write-2018-11-01/CreateTableRequest AWS API Documentation

Constants

SENSITIVE