AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the UpdateDataTableMetadata operation. Updates the metadata properties of a data table. Accepts all fields similar to CreateDataTable, except for fields and tags. There are no other granular update endpoints. It does not act as a patch operation - all properties must be provided or defaults will be used. Fields follow the same requirements as CreateDataTable.
Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z
public class UpdateDataTableMetadataRequest : AmazonConnectRequest IAmazonWebServiceRequest
The UpdateDataTableMetadataRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
UpdateDataTableMetadataRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
DataTableId | System.String |
Gets and sets the property DataTableId. 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. |
|
Description | System.String |
Gets and sets the property Description. The updated description for the data table. Must conform to Connect human readable string specification and have 0-250 characters. |
|
InstanceId | System.String |
Gets and sets the property InstanceId. The unique identifier for the Amazon Connect instance. |
|
Name | System.String |
Gets and sets the property Name. 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. |
|
TimeZone | System.String |
Gets and sets the property TimeZone. The updated IANA timezone identifier to use when resolving time based dynamic values. |
|
ValueLockLevel | Amazon.Connect.DataTableLockLevel |
Gets and sets the property ValueLockLevel. The updated value lock level for the data table. One of DATA_TABLE, PRIMARY_VALUE, ATTRIBUTE, VALUE, and NONE. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5