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 UpdateDataTableAttribute operation. Updates all properties for an attribute using all properties from CreateDataTableAttribute. There are no other granular update endpoints. It does not act as a patch operation - all properties must be provided. System managed attributes are not mutable by customers. Changing an attribute's validation does not invalidate existing values since validation only runs when values are created or updated.
Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z
public class UpdateDataTableAttributeRequest : AmazonConnectRequest IAmazonWebServiceRequest
The UpdateDataTableAttributeRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
UpdateDataTableAttributeRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
AttributeName | System.String |
Gets and sets the property AttributeName. The current name of the attribute to update. Used as an identifier since attribute names can be changed. |
|
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. |
|
Description | System.String |
Gets and sets the property Description. The updated description for the attribute. |
|
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 new name for the attribute. Must conform to Connect human readable string specification and be unique within the data table. |
|
Primary | System.Boolean |
Gets and sets the property Primary. Whether the attribute should be treated as a primary key. Converting to primary attribute requires existing values to maintain uniqueness. |
|
Validation | Amazon.Connect.Model.Validation |
Gets and sets the property Validation. The updated validation rules for the attribute. Changes do not affect existing values until they are modified. |
|
ValueType | Amazon.Connect.DataTableAttributeValueType |
Gets and sets the property ValueType. The updated value type for the attribute. When changing value types, existing values are not deleted but may return default values if incompatible. |
.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