nimble:ListEulas

Read

nimble:ListEulas is a Read access-level action in the nimble service. Grants permission to list EULAs

Resource types

ARNs that nimble:ListEulas can be scoped to in an IAM policy.

arn:${Partition}:nimble:${Region}:${Account}:eula/${EulaId}
eula

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

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

Related actions in nimble

View all nimble actions →