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