GetTableResult

data class GetTableResult(val arn: String, val creationTime: String, val databaseName: String, val id: String, val lastUpdatedTime: String, val magneticStoreWriteProperties: List<GetTableMagneticStoreWriteProperty>, val name: String, val retentionProperties: List<GetTableRetentionProperty>, val schemas: List<GetTableSchema>, val tableStatus: String)

A collection of values returned by getTable.

Constructors

Link copied to clipboard
constructor(arn: String, creationTime: String, databaseName: String, id: String, lastUpdatedTime: String, magneticStoreWriteProperties: List<GetTableMagneticStoreWriteProperty>, name: String, retentionProperties: List<GetTableRetentionProperty>, schemas: List<GetTableSchema>, tableStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN that uniquely identifies the table.

Link copied to clipboard

Time that table was created.

Link copied to clipboard

Name of database.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Last time table was updated.

Link copied to clipboard

Object containing the following attributes to desribe magnetic store writes.

Link copied to clipboard

Name of the table.

Link copied to clipboard

Object containing the following attributes to describe the retention duration for the memory and magnetic stores.

Link copied to clipboard

Object containing the following attributes to describe the schema of the table.

Link copied to clipboard

Current state of table.