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.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:
-
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 arn of the Data Table.A epoch time stamp field used for data table operations.Last modified region.A epoch time stamp field used for data table operations.The lock version of the Data Table.Tag Manager which manages the tags for this resource.A reference to a DataTable resource.The description of the Data Table.The identifier of the Amazon Connect instance.getName()The name of the Data Table.The status of the Data Table.getTags()One or more tags.The time zone of the Data Table.The value lock level of the Data Table.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) The description of the Data Table.voidsetInstanceArn(String value) The identifier of the Amazon Connect instance.voidThe name of the Data Table.voidThe status of the Data Table.voidOne or more tags.voidsetTimeZone(String value) The time zone of the Data Table.voidsetValueLockLevel(String value) The value lock level of the Data Table.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 arn of the Data Table. -
getAttrCreatedTime
A epoch time stamp field used for data table operations. -
getAttrLastModifiedRegion
Last modified region. -
getAttrLastModifiedTime
A epoch time stamp field used for data table operations. -
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
The description of the Data Table. -
setDescription
The description of the Data Table. -
getInstanceArn
The identifier of the Amazon Connect instance. -
setInstanceArn
The identifier of the Amazon Connect instance. -
getName
The name of the Data Table. -
setName
The name of the Data Table. -
getStatus
The status of the Data Table. -
setStatus
The status of the Data Table. -
getTags
One or more tags. -
setTags
One or more tags. -
getTimeZone
The time zone of the Data Table. -
setTimeZone
The time zone of the Data Table. -
getValueLockLevel
The value lock level of the Data Table. -
setValueLockLevel
The value lock level of the Data Table.
-