GetTablePlainArgs

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

Constructors

Link copied to clipboard
constructor(databaseName: String, tableName: String)

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.

Functions

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