panorama:DescribeApplicationInstance

Read

panorama:DescribeApplicationInstance is a Read access-level action in the panorama service. Grants permission to view details about an AWS Panorama application instance

Resource types

ARNs that panorama:DescribeApplicationInstance can be scoped to in an IAM policy.

arn:${Partition}:panorama:${Region}:${Account}:applicationInstance/${ApplicationInstanceId}
applicationInstance

Condition keys

Keys you can use in the Condition block of a policy that grants panorama:DescribeApplicationInstance.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPanoramaDescribeApplicationInstance",
      "Effect": "Allow",
      "Action": "panorama:DescribeApplicationInstance",
      "Resource": "*"
    }
  ]
}

Related actions in panorama

View all panorama actions →