UpdateDataTableMetadataRequest

Types

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

Properties

Link copied to clipboard

The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If the version is provided as part of the identifier or ARN, the version must be $LATEST. Providing any other alias fails with an error.

Link copied to clipboard

The updated description for the data table. Must conform to Connect human readable string specification and have 0-250 characters.

Link copied to clipboard

The unique identifier for the Amazon Connect instance.

Link copied to clipboard
val name: String?

The updated name for the data table. Must conform to Connect human readable string specification and have 1-127 characters. Must be unique for the instance using case-insensitive comparison.

Link copied to clipboard

The updated IANA timezone identifier to use when resolving time based dynamic values.

Link copied to clipboard

The updated value lock level for the data table. One of DATA_TABLE, PRIMARY_VALUE, ATTRIBUTE, VALUE, and NONE.

Functions

Link copied to clipboard
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