1 Answer
- Newest
- Most votes
- Most comments
0
Principle is a object, with a single property - in this case "AWS". Your code above is specifying a string beginning with "AWS:".
"Principal": {
"AWS" : { "Fn::GetAtt": [ "IngestionServiceRole", "Arn" ] }
}
For more info, see http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements.html#Principal
Relevant content
- asked 2 years ago
