Class CfnDataTable

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IInspectable, IDataTableRef, IEnvironmentAware, ITaggableV2, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)", date="2025-12-05T22:26:33.544Z") @Stability(Stable) public class CfnDataTable extends CfnResource implements IInspectable, IDataTableRef, ITaggableV2
Resource Type definition for AWS::Connect::DataTable.

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:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String 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 new AWS::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 new AWS::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

      @Stability(Stable) @NotNull public static String arnForDataTable(@NotNull IDataTableRef resource)
      Parameters:
      resource - This parameter is required.
    • isCfnDataTable

      @Stability(Stable) @NotNull public static Boolean isCfnDataTable(@NotNull Object x)
      Checks whether the given object is a CfnDataTable.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      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:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrArn

      @Stability(Stable) @NotNull public String getAttrArn()
      The arn of the Data Table.
    • getAttrCreatedTime

      @Stability(Stable) @NotNull public IResolvable getAttrCreatedTime()
      A epoch time stamp field used for data table operations.
    • getAttrLastModifiedRegion

      @Stability(Stable) @NotNull public String getAttrLastModifiedRegion()
      Last modified region.
    • getAttrLastModifiedTime

      @Stability(Stable) @NotNull public IResolvable getAttrLastModifiedTime()
      A epoch time stamp field used for data table operations.
    • getAttrLockVersion

      @Stability(Stable) @NotNull public IResolvable getAttrLockVersion()
      The lock version of the Data Table.
    • getCdkTagManager

      @Stability(Stable) @NotNull public TagManager getCdkTagManager()
      Tag Manager which manages the tags for this resource.
      Specified by:
      getCdkTagManager in interface ITaggableV2
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getDataTableRef

      @Stability(Stable) @NotNull public DataTableReference getDataTableRef()
      A reference to a DataTable resource.
      Specified by:
      getDataTableRef in interface IDataTableRef
    • getDescription

      @Stability(Stable) @Nullable public String getDescription()
      The description of the Data Table.
    • setDescription

      @Stability(Stable) public void setDescription(@Nullable String value)
      The description of the Data Table.
    • getInstanceArn

      @Stability(Stable) @Nullable public String getInstanceArn()
      The identifier of the Amazon Connect instance.
    • setInstanceArn

      @Stability(Stable) public void setInstanceArn(@Nullable String value)
      The identifier of the Amazon Connect instance.
    • getName

      @Stability(Stable) @Nullable public String getName()
      The name of the Data Table.
    • setName

      @Stability(Stable) public void setName(@Nullable String value)
      The name of the Data Table.
    • getStatus

      @Stability(Stable) @Nullable public String getStatus()
      The status of the Data Table.
    • setStatus

      @Stability(Stable) public void setStatus(@Nullable String value)
      The status of the Data Table.
    • getTags

      @Stability(Stable) @Nullable public List<CfnTag> getTags()
      One or more tags.
    • setTags

      @Stability(Stable) public void setTags(@Nullable List<CfnTag> value)
      One or more tags.
    • getTimeZone

      @Stability(Stable) @Nullable public String getTimeZone()
      The time zone of the Data Table.
    • setTimeZone

      @Stability(Stable) public void setTimeZone(@Nullable String value)
      The time zone of the Data Table.
    • getValueLockLevel

      @Stability(Stable) @Nullable public String getValueLockLevel()
      The value lock level of the Data Table.
    • setValueLockLevel

      @Stability(Stable) public void setValueLockLevel(@Nullable String value)
      The value lock level of the Data Table.