List Billing Group Cost Reports
| billingconductor_list_billing_group_cost_reports | R Documentation |
A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web Services charges based on the associated pricing plan of a billing group¶
Description¶
A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web Services charges based on the associated pricing plan of a billing group.
Usage¶
Arguments¶
BillingPeriodThe preferred billing period for your report.
MaxResultsThe maximum number of reports to retrieve.
NextTokenThe pagination token that's used on subsequent calls to get reports.
FiltersA
ListBillingGroupCostReportsFilterto specify billing groups to retrieve reports from.
Value¶
A list with the following syntax:
list(
BillingGroupCostReports = list(
list(
Arn = "string",
AWSCost = "string",
ProformaCost = "string",
Margin = "string",
MarginPercentage = "string",
Currency = "string"
)
),
NextToken = "string"
)