UpdateDataTableAttributeRequest

Types

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

Properties

Link copied to clipboard

The current name of the attribute to update. Used as an identifier since attribute names can be changed.

Link copied to clipboard

The unique identifier for the data table. Must also accept the table ARN with or without a version alias.

Link copied to clipboard

The updated description for the attribute.

Link copied to clipboard

The unique identifier for the Amazon Connect instance.

Link copied to clipboard
val name: String?

The new name for the attribute. Must conform to Connect human readable string specification and be unique within the data table.

Link copied to clipboard

Whether the attribute should be treated as a primary key. Converting to primary attribute requires existing values to maintain uniqueness.

Link copied to clipboard

The updated validation rules for the attribute. Changes do not affect existing values until they are modified.

Link copied to clipboard

The updated value type for the attribute. When changing value types, existing values are not deleted but may return default values if incompatible.

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