Last active
April 27, 2020 09:45
-
-
Save gezza-b/fe0c2001c40cc86c920f81508c8cd984 to your computer and use it in GitHub Desktop.
org-recorder-role1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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