You must be logged in to view saved presets
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"
}
]
}