redshift-serverless:UpdateNamespace is a Write access-level action in the redshift-serverless service. Grants permission to update a namespace with the specified configuration settings
ARNs that redshift-serverless:UpdateNamespace can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants redshift-serverless:UpdateNamespace.
Filters access by the tags associated with the resource
To use redshift-serverless:UpdateNamespace you may also need to grant:
A minimal policy that allows redshift-serverless:UpdateNamespace. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRedshiftserverlessUpdateNamespace",
"Effect": "Allow",
"Action": "redshift-serverless:UpdateNamespace",
"Resource": "*"
}
]
}