I was going through one of the beginners course for lambda, when I came across this Execution Role json policy
{
"roleName": "lambda_role",
"policies": [
{
"document": {
"version": "2012-10-17",
"statement": [
.
.
.(contd)
Can anyone help me understand what the 'document' refers to here?