AWS - Account and Billing
Given this AWS IAM policy snippet, what does it allow?
{
"Effect": "Allow",
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::example-bucket"
}