Class CfnDataTableAttribute
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.CfnDataTableAttribute
- All Implemented Interfaces:
IInspectable,IDataTableAttributeRef,IEnvironmentAware,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:10.398Z")
@Stability(Stable)
public class CfnDataTableAttribute
extends CfnResource
implements IInspectable, IDataTableAttributeRef
Resource Type definition for AWS::Connect::DataTableAttribute.
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.*;
CfnDataTableAttribute cfnDataTableAttribute = CfnDataTableAttribute.Builder.create(this, "MyCfnDataTableAttribute")
.dataTableArn("dataTableArn")
.description("description")
.instanceArn("instanceArn")
.name("name")
.primary(false)
.validation(ValidationProperty.builder()
.enum(EnumProperty.builder()
.strict(false)
.values(List.of("values"))
.build())
.exclusiveMaximum(123)
.exclusiveMinimum(123)
.maximum(123)
.maxLength(123)
.maxValues(123)
.minimum(123)
.minLength(123)
.minValues(123)
.multipleOf(123)
.build())
.valueType("valueType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnDataTableAttribute.static interfaceExample:static interfaceExample:static interfaceExample: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.IDataTableAttributeRef
IDataTableAttributeRef.Jsii$Default, IDataTableAttributeRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnDataTableAttribute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnDataTableAttribute(software.amazon.jsii.JsiiObjectRef objRef) CfnDataTableAttribute(software.constructs.Construct scope, String id) Create a newAWS::Connect::DataTableAttribute.CfnDataTableAttribute(software.constructs.Construct scope, String id, CfnDataTableAttributeProps props) Create a newAWS::Connect::DataTableAttribute. -
Method Summary
Modifier and TypeMethodDescriptionA reference to a DataTableAttribute resource.getName()Returns union: eitherBooleanorIResolvableReturns union: eitherIResolvableorCfnDataTableAttribute.ValidationPropertyvoidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnDataTableAttribute.renderProperties(Map<String, Object> props) voidsetDataTableArn(String value) voidsetDescription(String value) voidsetInstanceArn(String value) voidvoidsetPrimary(Boolean value) voidsetPrimary(IResolvable value) voidsetValidation(IResolvable value) voidvoidsetValueType(String value) 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
-
CfnDataTableAttribute
protected CfnDataTableAttribute(software.amazon.jsii.JsiiObjectRef objRef) -
CfnDataTableAttribute
protected CfnDataTableAttribute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnDataTableAttribute
@Stability(Stable) public CfnDataTableAttribute(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnDataTableAttributeProps props) Create a newAWS::Connect::DataTableAttribute.- 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.
-
CfnDataTableAttribute
@Stability(Stable) public CfnDataTableAttribute(@NotNull software.constructs.Construct scope, @NotNull String id) Create a newAWS::Connect::DataTableAttribute.- 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
-
isCfnDataTableAttribute
Checks whether the given object is a CfnDataTableAttribute.- 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.
-
getAttrAttributeId
-
getAttrLastModifiedRegion
-
getAttrLastModifiedTime
-
getAttrLockVersion
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getDataTableAttributeRef
A reference to a DataTableAttribute resource.- Specified by:
getDataTableAttributeRefin interfaceIDataTableAttributeRef
-
getDataTableArn
-
setDataTableArn
-
getDescription
-
setDescription
-
getInstanceArn
-
setInstanceArn
-
getName
-
setName
-
getPrimary
Returns union: eitherBooleanorIResolvable -
setPrimary
-
setPrimary
-
getValidation
Returns union: eitherIResolvableorCfnDataTableAttribute.ValidationProperty -
setValidation
-
setValidation
@Stability(Stable) public void setValidation(@Nullable CfnDataTableAttribute.ValidationProperty value) -
getValueType
-
setValueType
-