AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Connect.AmazonConnectRequest
      Amazon.Connect.Model.UpdateDataTableAttributeRequest

Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateDataTableAttributeRequest : AmazonConnectRequest
         IAmazonWebServiceRequest

The UpdateDataTableAttributeRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property Description System.String

Gets and sets the property Description.

The updated description for the attribute.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The unique identifier for the Amazon Connect instance.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Version Information

.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