cleanrooms:BatchGetSchema is a Read access-level action in the cleanrooms service. Grants permission to view details for schemas
ARNs that cleanrooms:BatchGetSchema can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants cleanrooms:BatchGetSchema.
Filters access by the tags associated with the resource
To use cleanrooms:BatchGetSchema you may also need to grant:
A minimal policy that allows cleanrooms:BatchGetSchema. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCleanroomsBatchGetSchema",
"Effect": "Allow",
"Action": "cleanrooms:BatchGetSchema",
"Resource": "*"
}
]
}