GetTableResult

data class GetTableResult(val arn: String? = null, val magneticStoreWriteProperties: MagneticStoreWritePropertiesProperties? = null, val name: String? = null, val retentionProperties: RetentionPropertiesProperties? = null, val schema: SchemaProperties? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, magneticStoreWriteProperties: MagneticStoreWritePropertiesProperties? = null, name: String? = null, retentionProperties: RetentionPropertiesProperties? = null, schema: SchemaProperties? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The arn of the table.

Link copied to clipboard

The properties that determine whether magnetic store writes are enabled.

Link copied to clipboard
val name: String? = null

The table name exposed as a read-only attribute.

Link copied to clipboard

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

Link copied to clipboard

A Schema specifies the expected data model of the table.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.