nimble:AcceptEulas

Write

nimble:AcceptEulas is a Write access-level action in the nimble service. Grants permission to accept EULAs

Resource types

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

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

Related actions in nimble

View all nimble actions →