elemental-support-cases:GetCase

Read

elemental-support-cases:GetCase is a Read access-level action in the elemental-support-cases service. Grants permission to describe a support case in your account

Resource types

ARNs that elemental-support-cases:GetCase 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:GetCase.

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Example IAM policy

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

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

Related actions in elemental-support-cases

View all elemental-support-cases actions →