【发布时间】:2019-11-11 20:18:43
【问题描述】:
我正在尝试使用 AWS CloudFormation 创建 AWS DynamoDB 表,
我对在表中为布尔数据类型指定什么感到困惑,
在模板文件中。
我在表格中的数据显示为布尔类型 -
但在文档上显示它只有 3 种类型可以指定 -
我正在关注此 CloudFormation 参考文档 -
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html
【问题讨论】:
标签: amazon-web-services amazon-dynamodb amazon-cloudformation