Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "Effect": "Allow",
- "Principal": {
- "Service": "lambda.amazonaws.com"
- },
- "Action": "sts:AssumeRole"
- },
- {
- "Effect": "Allow",
- "Principal": {
- "Service": "lambda.amazonaws.com"
- },
- "Action": "sts:AssumeRoleWithWebIdentity"
- },
- {
- "Effect": "Allow",
- "Principal": {
- "Service": "sts.amazonaws.com"
- },
- "Action": "sts:AssumeRole"
- },
- {
- "Effect": "Allow",
- "Principal": {
- "Service": "sts.amazonaws.com"
- },
- "Action": "sts:AssumeRoleWithWebIdentity"
- },
- {
- "Effect": "Allow",
- "Principal": {
- "AWS": "*"
- },
- "Action": "sts:AssumeRole"
- },
- {
- "Effect": "Allow",
- "Principal": {
- "AWS": "*"
- },
- "Action": "sts:AssumeRoleWithWebIdentity"
- },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement