In: Computer Science
In plain English explain each of the template sections and what goes in it
{
“AWSTemplateFormatVersion” : “2010-09-09”,
“Description” : “Cloudformation Template Review”,
“Parameters” : {
   …  
},
“Mappings” : {
   …
},
“Conditions” : {
   …
},
“Resources” : {
   …
},
“Outputs” : {
   …
}
}