redshift:GetClusterCredentialsWithIAM is a Write access-level action in the redshift service. Grants permission to get enhanced temporary credentials to access an Amazon Redshift database by the specified AWS account
ARNs that redshift:GetClusterCredentialsWithIAM can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows redshift:GetClusterCredentialsWithIAM. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRedshiftGetClusterCredentialsWithIAM",
"Effect": "Allow",
"Action": "redshift:GetClusterCredentialsWithIAM",
"Resource": "*"
}
]
}