AWS Snowball User Guide
Related Topics
"Statement": {
"Sid": "Allow AWS Snowball To Create Jobs",
"Effect": "Deny",
"NotPrincipal": {
"AWS": [
"arn:aws:iam::111122223333:role/rolename",
"arn:aws:sts::111122223333:assumed-role/rolename/AWSImportExport-Validation",
"arn:aws:iam::111122223333:root"
]
},
"Action": "S3:*",
"Resource": ["arn:aws:s3:::examplebucket/*"]
}
}
In this policy example, we deny access to all principals except the one named in the NotPrincipal
element. For more information on how to use NotPrincipal, see NotPrincipal in the IAM User Guide.
Related Topics
• AWS Snowball API Reference
105