Module: AWSCDK::DynamoDB::AttributeType
- Defined in:
- dynamo_db/attribute_type.rb
Overview
Data types for attributes within a table.
Constant Summary collapse
- BINARY =
Deprecated.Note:
Default:
Up to 400KiB of binary data (which must be encoded as base64 before sending to DynamoDB).
Jsii::Enum.new("aws-cdk-lib.aws_dynamodb.AttributeType", "BINARY")
- NUMBER =
Deprecated.Note:
Default:
Numeric values made of up to 38 digits (positive, negative or zero).
Jsii::Enum.new("aws-cdk-lib.aws_dynamodb.AttributeType", "NUMBER")
- STRING =
Deprecated.Note:
Default:
Up to 400KiB of UTF-8 encoded text.
Jsii::Enum.new("aws-cdk-lib.aws_dynamodb.AttributeType", "STRING")