{

  "Version": "2012-10-17",

  "Statement": [

    {

      "Effect": "Allow",

      "Principal": {

        "Service": "vmie.amazonaws.com" 

      },

      "Action": "sts:AssumeRole",

      "Condition": {

        "StringEquals":{

          "sts:Externalid": "vmimport"

        }

      }

    }

  ]

}