AWS::Connect::DataTableRepresents a data table in Amazon Connect. A data table is a JSON-like data structure where attributes and values are dynamically set by customers. Customers can reference table values within call flows, applications, views, and workspaces to pinpoint dynamic configuration that changes their contact center's behavior in a predetermined and safe way.
import { CfnDataTable } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnDataTableConfiguration passed to the constructor as CfnDataTableProps.
descriptionOptionalstringAn optional description of the data table's purpose and contents.
instanceArnOptionalstringThe Amazon Resource Name (ARN) of the instance.
nameOptionalstringThe human-readable name of the data table. Must be unique within the instance and conform to Connect naming standards.
statusOptionalstringThe current status of the data table. One of PUBLISHED or SAVED.
tagsOptionalCfnTag[]Key-value pairs for attribute based access control (TBAC or ABAC) and organization.
timeZoneOptionalstringThe IANA timezone identifier used when resolving time based dynamic values. Required even if no time slices are specified.
valueLockLevelOptionalstringThe data level that concurrent value edits are locked on. One of DATA_TABLE, PRIMARY_VALUE, ATTRIBUTE, VALUE, and NONE. Determines how concurrent edits are handled when multiple users attempt to modify values simultaneously.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::DataTable