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 CreateDataTable operation. Creates a new data table with the specified properties. Supports the creation of all table properties except for attributes and values. A table with no attributes and values is a valid state for a table. The number of tables per instance is limited to 100 per instance. Customers can request an increase by using Amazon Web Services Service Quotas.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateDataTableRequest : AmazonConnectRequest
         IAmazonWebServiceRequest

The CreateDataTableRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDataTableRequest()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

An optional description for the data table. Must conform to Connect human readable string specification and have 0-250 characters. Whitespace must be trimmed first.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The unique identifier for the Amazon Connect instance where the data table will be created.

Public Property Name System.String

Gets and sets the property Name.

The name for the data table. Must conform to Connect human readable string specification and have 1-127 characters. Whitespace must be trimmed first. Must not start with the reserved case insensitive values 'connect:' and 'aws:'. Must be unique for the instance using case-insensitive comparison.

Public Property Status Amazon.Connect.DataTableStatus

Gets and sets the property Status.

The status of the data table. One of PUBLISHED or SAVED. Required parameter that determines the initial state of the table.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

Key value pairs for attribute based access control (TBAC or ABAC). Optional tags to apply to the data table for organization and access control purposes.

Public Property TimeZone System.String

Gets and sets the property TimeZone.

The IANA timezone identifier to use when resolving time based dynamic values. Required even if no time slices are specified.

Public Property ValueLockLevel Amazon.Connect.DataTableLockLevel

Gets and sets the property ValueLockLevel.

The data level that concurrent value edits are locked on. One of DATA_TABLE, PRIMARY_VALUE, ATTRIBUTE, VALUE, and NONE. NONE is the default if unspecified. This determines how concurrent edits are handled when multiple users attempt to modify values simultaneously.

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