AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::DataTable

CfnDataTable

Represents 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

import { CfnDataTable } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnDataTable

Properties

Configuration passed to the constructor as CfnDataTableProps.

descriptionOptional
string

An optional description of the data table's purpose and contents.

instanceArnOptional
string

The Amazon Resource Name (ARN) of the instance.

nameOptional
string

The human-readable name of the data table. Must be unique within the instance and conform to Connect naming standards.

statusOptional
string

The current status of the data table. One of PUBLISHED or SAVED.

tagsOptional
CfnTag[]

Key-value pairs for attribute based access control (TBAC or ABAC) and organization.

timeZoneOptional
string

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

valueLockLevelOptional
string

The 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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter