a4b:CreateBusinessReportSchedule is a Write access-level action in the a4b service. Grants permission to create a recurring schedule for usage reports to deliver to the specified S3 location with a specified daily or weekly interval
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 a4b:CreateBusinessReportSchedule. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowA4bCreateBusinessReportSchedule",
"Effect": "Allow",
"Action": "a4b:CreateBusinessReportSchedule",
"Resource": "*"
}
]
}