Skip to content

Instantly share code, notes, and snippets.

@gezza-b
Last active April 27, 2020 09:45
Embed
What would you like to do?
org-recorder-role1
Type: AWS::IAM::Role
Properties:
AssumeRolePolicyDocument:
Version: 2012-10-17
Statement:
- Effect: Allow
Principal:
Service:
- config.amazonaws.com
Action:
- 'sts:AssumeRole'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment