redshift-serverless:DescribeOneTimeCredit

Read

redshift-serverless:DescribeOneTimeCredit is a Read access-level action in the redshift-serverless service. Grants permission to see on the Amazon Redshift Serverless console the remaining number of free trial credits and their expiration date

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows redshift-serverless:DescribeOneTimeCredit. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowRedshiftserverlessDescribeOneTimeCredit",
      "Effect": "Allow",
      "Action": "redshift-serverless:DescribeOneTimeCredit",
      "Resource": "*"
    }
  ]
}

Related actions in redshift-serverless

View all redshift-serverless actions →