GlobalTableTag

data class GlobalTableTag(val key: String, val value: String)

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key of the tag. Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

Link copied to clipboard

The value of the tag. Tag values are case-sensitive and can be null.