I am trying to use AWS CloudFormation for creating an AWS DynamoDB table,
I am confused as to what to specify for a Boolean data type in the table,
in the template file.
My data on the table shows as type Boolean -
But on the Doc it shows it has only 3 types to specify -
I am following this CloudFormation ref doc -
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html