Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dave-malone/0a62af38b2dc6702bf07b327b03ecd1d to your computer and use it in GitHub Desktop.
Save dave-malone/0a62af38b2dc6702bf07b327b03ecd1d to your computer and use it in GitHub Desktop.
{
"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