", "PolicyDocument": { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "", "Resource": "*" } ] } } } } }"> ", "PolicyDocument": { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "", "Resource": "*" } ] } } } } }"> ", "PolicyDocument": { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "", "Resource": "*" } ] } } } } }">
{
  "AWSTemplateFormatVersion": "2010-09-09",
  "Description": "Policy.",
  "Resources": {
    "myPolicy": {
      "Type": "AWS::IAM::Policy",
      "Properties": {
        "PolicyName": "<Policy Name>",
        "PolicyDocument": {
          "Version": "2012-10-17",
          "Statement": [
            {
              "Effect": "Allow",
              "Action": "<Action>",
              "Resource": "*"
            }
          ]
        }
      }
    }
  }
}