tag:StartReportCreation is a Write access-level action in the tag service. Grants permission to start generating a report listing all tagged resources in accounts across your organization, and whether each resource is compliant with the effective tag policy
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows tag:StartReportCreation. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowTagStartReportCreation",
"Effect": "Allow",
"Action": "tag:StartReportCreation",
"Resource": "*"
}
]
}