Class CfnDataTable
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.connect.CfnDataTable
- All Implemented Interfaces:
IInspectable,IDataTableRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)",
date="2026-01-23T11:19:44.331Z")
@Stability(Stable)
public class CfnDataTable
extends CfnResource
implements IInspectable, IDataTableRef, ITaggableV2
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.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.connect.*;
CfnDataTable cfnDataTable = CfnDataTable.Builder.create(this, "MyCfnDataTable")
.description("description")
.instanceArn("instanceArn")
.name("name")
.status("status")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.timeZone("timeZone")
.valueLockLevel("valueLockLevel")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnDataTable.static interfaceThe lock version of the Data Table.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.connect.IDataTableRef
IDataTableRef.Jsii$Default, IDataTableRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnDataTable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnDataTable(software.amazon.jsii.JsiiObjectRef objRef) CfnDataTable(software.constructs.Construct scope, String id) Create a newAWS::Connect::DataTable.CfnDataTable(software.constructs.Construct scope, String id, CfnDataTableProps props) Create a newAWS::Connect::DataTable. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForDataTable(IDataTableRef resource) The Amazon Resource Name (ARN) for the data table.The timestamp when the data table was created.The AWS Region where the data table was last modified, used for region replication.The timestamp when the data table or any of its properties were last modified.The lock version of the Data Table.Tag Manager which manages the tags for this resource.A reference to a DataTable resource.An optional description of the data table's purpose and contents.The Amazon Resource Name (ARN) of the instance.getName()The human-readable name of the data table.The current status of the data table.getTags()Key-value pairs for attribute based access control (TBAC or ABAC) and organization.The IANA timezone identifier used when resolving time based dynamic values.The data level that concurrent value edits are locked on.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnDataTable.renderProperties(Map<String, Object> props) voidsetDescription(String value) An optional description of the data table's purpose and contents.voidsetInstanceArn(String value) The Amazon Resource Name (ARN) of the instance.voidThe human-readable name of the data table.voidThe current status of the data table.voidKey-value pairs for attribute based access control (TBAC or ABAC) and organization.voidsetTimeZone(String value) The IANA timezone identifier used when resolving time based dynamic values.voidsetValueLockLevel(String value) The data level that concurrent value edits are locked on.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnDataTable
protected CfnDataTable(software.amazon.jsii.JsiiObjectRef objRef) -
CfnDataTable
protected CfnDataTable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnDataTable
@Stability(Stable) public CfnDataTable(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnDataTableProps props) Create a newAWS::Connect::DataTable.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties.
-
CfnDataTable
@Stability(Stable) public CfnDataTable(@NotNull software.constructs.Construct scope, @NotNull String id) Create a newAWS::Connect::DataTable.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
arnForDataTable
- Parameters:
resource- This parameter is required.
-
isCfnDataTable
Checks whether the given object is a CfnDataTable.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) for the data table.Does not include version aliases.
-
getAttrCreatedTime
The timestamp when the data table was created. -
getAttrLastModifiedRegion
The AWS Region where the data table was last modified, used for region replication. -
getAttrLastModifiedTime
The timestamp when the data table or any of its properties were last modified. -
getAttrLockVersion
The lock version of the Data Table. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getDataTableRef
A reference to a DataTable resource.- Specified by:
getDataTableRefin interfaceIDataTableRef
-
getDescription
An optional description of the data table's purpose and contents. -
setDescription
An optional description of the data table's purpose and contents. -
getInstanceArn
The Amazon Resource Name (ARN) of the instance. -
setInstanceArn
The Amazon Resource Name (ARN) of the instance. -
getName
The human-readable name of the data table. -
setName
The human-readable name of the data table. -
getStatus
The current status of the data table. -
setStatus
The current status of the data table. -
getTags
Key-value pairs for attribute based access control (TBAC or ABAC) and organization. -
setTags
Key-value pairs for attribute based access control (TBAC or ABAC) and organization. -
getTimeZone
The IANA timezone identifier used when resolving time based dynamic values. -
setTimeZone
The IANA timezone identifier used when resolving time based dynamic values. -
getValueLockLevel
The data level that concurrent value edits are locked on. -
setValueLockLevel
The data level that concurrent value edits are locked on.
-