{
	"EnterpriseBookings": {
		"Type": "AWS::DynamoDB::Table",
		"Properties": {
			"AttributeDefinitions": [{ "AttributeName": "id", "AttributeType": "S" }],
			"KeySchema": [{ "AttributeName": "id", "KeyType": "HASH" }],
			"ProvisionedThroughput": { "ReadCapacityUnits": 1, "WriteCapacityUnits": 1 },
			"TableName": "maas-tsp-dev-enterprise-bookings"
		}
	}
}
