AWS::DynamoDB::Table AttributeDefinition - AWS CloudFormation

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

AWS::DynamoDB::Table AttributeDefinition

表示用于描述表和索引架构的属性。

语法

要在 AWS CloudFormation 模板中声明此实体,请使用以下语法:

JSON

{ "AttributeName" : String, "AttributeType" : String }

YAML

AttributeName: String AttributeType: String

属性

AttributeName

属性的名称。

必需:是

类型:字符串

最小值1

最大值255

更新要求没有中断

AttributeType

属性的数据类型,其中:

  • S - 字符串类型的属性

  • N - 数字类型的属性

  • B - 二进制类型的属性

必需:是

类型:字符串

允许的值S | N | B

更新要求没有中断