nimble:GetFeatureMap

Read

nimble:GetFeatureMap is a Read access-level action in the nimble service. Grants permission to allow Nimble Studio portal to show the appropriate features for this account

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 nimble:GetFeatureMap. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowNimbleGetFeatureMap",
      "Effect": "Allow",
      "Action": "nimble:GetFeatureMap",
      "Resource": "*"
    }
  ]
}

Related actions in nimble

View all nimble actions →