deadline:GetBudget

Read

deadline:GetBudget is a Read access-level action in the deadline service. Grants permission to get a budget

Resource types

ARNs that deadline:GetBudget can be scoped to in an IAM policy.

arn:${Partition}:deadline:${Region}:${Account}:farm/${FarmId}/budget/${BudgetId}
budget

Condition keys

Keys you can use in the Condition block of a policy that grants deadline:GetBudget.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

deadline:FarmMembershipLevels ArrayOfString

Filters access by membership levels on the farm

Dependent actions

To use deadline:GetBudget you may also need to grant:

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowDeadlineGetBudget",
      "Effect": "Allow",
      "Action": "deadline:GetBudget",
      "Resource": "*"
    }
  ]
}

Related actions in deadline

View all deadline actions →