GetTablePlainArgs

data class GetTablePlainArgs(val tableName: String) : ConvertibleToJava<GetTablePlainArgs>

Constructors

Link copied to clipboard
constructor(tableName: String)

Properties

Link copied to clipboard

A name for the table. If you don't specify a name, CFNlong generates a unique physical ID and uses that ID for the table name. For more information, see Name Type. If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.

Functions

Link copied to clipboard
open override fun toJava(): GetTablePlainArgs