redshift-serverless:GetManagedWorkgroup is a Read access-level action in the redshift-serverless service. Grants permission to create a Amazon Redshift Managed Serverless workgroup with the specified configuration settings
ARNs that redshift-serverless:GetManagedWorkgroup can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows redshift-serverless:GetManagedWorkgroup. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRedshiftserverlessGetManagedWorkgroup",
"Effect": "Allow",
"Action": "redshift-serverless:GetManagedWorkgroup",
"Resource": "*"
}
]
}