RequiredDynamoDbTable

data class RequiredDynamoDbTable(name: String)

A table that must be available in the DynamoDB instance. If this table doesn't exist, the service will not start up.

The table name is sometimes prefixed with the service name, like "urlshortener.urls".

Constructors

Link copied to clipboard
fun RequiredDynamoDbTable(name: String)

Properties

Link copied to clipboard
val name: String