Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnDataTableAttributePropsMixin.Builder
Packages that use CfnDataTableAttributePropsMixin.Builder
-
Uses of CfnDataTableAttributePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.connect
Methods in software.amazon.awscdk.cfnpropertymixins.services.connect that return CfnDataTableAttributePropsMixin.BuilderModifier and TypeMethodDescriptionCfnDataTableAttributePropsMixin.Builder.create()CfnDataTableAttributePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDataTableAttributePropsMixin.Builder.dataTableArn(String dataTableArn) The Amazon Resource Name (ARN) of the data table that contains this attribute.CfnDataTableAttributePropsMixin.Builder.description(String description) An optional description explaining the purpose and usage of this attribute.CfnDataTableAttributePropsMixin.Builder.instanceArn(String instanceArn) The Amazon Resource Name (ARN) of the instance.The human-readable name of the attribute.Boolean indicating whether this attribute is used as a primary key for record identification.CfnDataTableAttributePropsMixin.Builder.primary(IResolvable primary) Boolean indicating whether this attribute is used as a primary key for record identification.CfnDataTableAttributePropsMixin.Builder.validation(CfnDataTableAttributePropsMixin.ValidationProperty validation) The validation rules applied to values of this attribute.CfnDataTableAttributePropsMixin.Builder.validation(IResolvable validation) The validation rules applied to values of this attribute.The type of value allowed for this attribute.