aiops:GenerateReport

Write

aiops:GenerateReport is a Write access-level action in the aiops service. Grants permission to generate a report in the specified investigation report

Resource types

ARNs that aiops:GenerateReport can be scoped to in an IAM policy.

arn:${Partition}:aiops:${Region}:${Account}:investigation-group/${InvestigationGroupId}
investigation-group

Condition keys

Keys you can use in the Condition block of a policy that grants aiops:GenerateReport.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Dependent actions

To use aiops:GenerateReport you may also need to grant:

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowAiopsGenerateReport",
      "Effect": "Allow",
      "Action": "aiops:GenerateReport",
      "Resource": "*"
    }
  ]
}

Related actions in aiops

View all aiops actions →