KeyValueStore

The key value store. Use this to separate data from function code, allowing you to update data without having to publish a new version of a function. The key value store holds keys and their corresponding values.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the key value store.

Link copied to clipboard

A comment for the key value store.

Link copied to clipboard
val id: String

The unique Id for the key value store.

Link copied to clipboard

The last-modified time of the key value store.

Link copied to clipboard

The name of the key value store.

Link copied to clipboard

The status of the key value store.

Functions

Link copied to clipboard
inline fun copy(block: KeyValueStore.Builder.() -> Unit = {}): KeyValueStore
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String