Last active
April 27, 2020 09:53
-
-
Save gezza-b/a6560fa8e2d62b2d0272aee4166ab54e to your computer and use it in GitHub Desktop.
s3-conform-policy
This file contains 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
"Resource": "arn:aws:s3:::awsconfigconforms-yourname/*", | |
"Condition": { | |
"StringEquals": { | |
"aws:PrincipalOrgID": "youraccount" | |
}, | |
"ArnLike": { | |
"aws:PrincipalArn": "arn:aws:iam::*:role/aws-service-role/config-conforms.amazonaws.com/AWSServiceRoleForConfigConforms" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment