1 Answer
- Newest
- Most votes
- Most comments
0
{
"Statement": {
"Effect": "Allow",
"Action": "redshift-serverless:*",
"Resource": "*"
}
}
Despite utilizing the Allow value keyword identical to an IAM permission policy, in an SCP, it doesn't provide actual user authorization. SCPs operate as filters, defining the utmost permissions for accounts within an organization, organizational unit (OU), or individual account, rather than granting specific user permissions.
Reference Document:
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked 3 months ago
- AWS OFFICIALUpdated 3 years ago
