DynamodbFunctions

Functions

Link copied to clipboard

Version: None. Resource Type definition for AWS::DynamoDB::GlobalTable

suspend fun getGlobalTable(tableName: String): GetGlobalTableResult
Link copied to clipboard
suspend fun getTable(argument: GetTablePlainArgs): GetTableResult

The `AWS::DynamoDB::Table` resource creates a DDB table. For more information, see CreateTable in the API Reference. You should be aware of the following behaviors when working with DDB tables:

suspend fun getTable(tableName: String): GetTableResult
suspend fun getTable(argument: suspend GetTablePlainArgsBuilder.() -> Unit): GetTableResult