Skip to content

Instantly share code, notes, and snippets.

@MitchyBAwesome
Created July 9, 2018 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MitchyBAwesome/e3bdec87769f2ebf7f8aacb479bd1ad2 to your computer and use it in GitHub Desktop.
Save MitchyBAwesome/e3bdec87769f2ebf7f8aacb479bd1ad2 to your computer and use it in GitHub Desktop.
CloudWatch Events Trust Policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "events.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment