quicksight:CreateNamespace

Write

quicksight:CreateNamespace is a Write access-level action in the quicksight service. Grants permission to create an QuickSight namespace

Resource types

ARNs that quicksight:CreateNamespace can be scoped to in an IAM policy.

arn:${Partition}:quicksight:${Region}:${Account}:namespace/${ResourceId}
namespace

Condition keys

Keys you can use in the Condition block of a policy that grants quicksight:CreateNamespace.

aws:ResourceTag/${TagKey} String

Filters access by tag key-value pairs attached to the resource

Dependent actions

To use quicksight:CreateNamespace you may also need to grant:

Example IAM policy

A minimal policy that allows quicksight:CreateNamespace. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowQuicksightCreateNamespace",
      "Effect": "Allow",
      "Action": "quicksight:CreateNamespace",
      "Resource": "*"
    }
  ]
}

Related actions in quicksight

View all quicksight actions →