An IAM policy that allows IAM users to create, view, or delete an AWS Cost and Usage report using the API.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "cur:PutReportDefinitions",
                "cur:DescribeReportDefinition",
                "cur:DeleteReportDefinition"
            ],
            "Resource": "*",
            "Effect": "Allow"
        }
    ]
}

Actions



Customize Template

No policy variables to customize
* Required field