elemental-support-cases:UpdateCase

Write

elemental-support-cases:UpdateCase is a Write access-level action in the elemental-support-cases service. Grants permission to update a support case

Resource types

ARNs that elemental-support-cases:UpdateCase can be scoped to in an IAM policy.

arn:${Partition}:elemental-support-cases::${Account}:case/${ResourceId}
case

Condition keys

Keys you can use in the Condition block of a policy that grants elemental-support-cases:UpdateCase.

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Example IAM policy

A minimal policy that allows elemental-support-cases:UpdateCase. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowElementalsupportcasesUpdateCase",
      "Effect": "Allow",
      "Action": "elemental-support-cases:UpdateCase",
      "Resource": "*"
    }
  ]
}

Related actions in elemental-support-cases

View all elemental-support-cases actions →