GetTablePlainArgs

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

Constructors

Link copied to clipboard
fun GetTablePlainArgs(databaseName: String, tableName: String)

Functions

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

Properties

Link copied to clipboard

The name for the database which the table to be created belongs to.

Link copied to clipboard

The name for the table. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the table name.