Created
September 21, 2018 15:42
-
-
Save dave-malone/0a62af38b2dc6702bf07b327b03ecd1d to your computer and use it in GitHub Desktop.
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
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": [ | |
"arn:aws:iam::{account-id}:role/LandingZoneLambdaRoleADConnector", | |
"arn:aws:iam::{account-id}:role/AWSCloudFormationStackSetAdministrationRole", | |
"arn:aws:iam::{account-id}:role/StateMachineLambdaRoleADConnector", | |
"arn:aws:iam::{account-id}:role/StateMachineTriggerLambdaRole", | |
"arn:aws:iam::{account-id}:role/LandingZoneLambdaRole", | |
"arn:aws:iam::{account-id}:role/StateMachineLambdaRole" | |
] | |
}, | |
"Action": "sts:AssumeRole" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment