GetGlobalTablePlainArgs

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

Constructors

Link copied to clipboard
constructor(tableName: String)

Properties

Link copied to clipboard

A name for the global table. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID as the table name. For more information, see Name type .

Functions

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