UpdateDataTablePrimaryValuesRequest
Types
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 one of the two available system managed aliases,
$SAVED or $
LATEST.Link copied to clipboard
The unique identifier for the Amazon Connect instance.
Link copied to clipboard
The lock version information required for optimistic locking to prevent concurrent modifications.
Link copied to clipboard
The new primary values for the record. Required and must include values for all primary attributes. The combination must be unique within the table.
Link copied to clipboard
The current primary values for the record. Required and must include values for all primary attributes. Fails if the table has primary attributes and some primary values are omitted.
Functions
Link copied to clipboard
inline fun copy(block: UpdateDataTablePrimaryValuesRequest.Builder.() -> Unit = {}): UpdateDataTablePrimaryValuesRequest