GetTablePlainArgs

data class GetTablePlainArgs(val name: String, val serverSideEncryption: GetTableServerSideEncryption? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetTablePlainArgs>

A collection of arguments for invoking getTable.

Constructors

Link copied to clipboard
constructor(name: String, serverSideEncryption: GetTableServerSideEncryption? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the DynamoDB table.

Link copied to clipboard
val tags: Map<String, String>? = null

Functions

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