nimble:ListEulaAcceptances

Read

nimble:ListEulaAcceptances is a Read access-level action in the nimble service. Grants permission to list EULA acceptances

Resource types

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

arn:${Partition}:nimble:${Region}:${Account}:eula-acceptance/${EulaAcceptanceId}
eula-acceptance

Condition keys

Keys you can use in the Condition block of a policy that grants nimble:ListEulaAcceptances.

nimble:studioId ARN

Filters access by a specific studio

Example IAM policy

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

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

Related actions in nimble

View all nimble actions →