aws.billingconductor.list_billing_group_cost_reports
Example SQL Queries
SELECT * FROMaws.billingconductor.list_billing_group_cost_reports;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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| billing_period Input Column The preferred billing period for your report. | VARCHAR |
| filters Input Column A ListBillingGroupCostReportsFilter to specify billing groups to retrieve reports from. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| arn The Amazon Resource Name (ARN) of a billing group. | VARCHAR |
| aws_cost The actual Amazon Web Services charges for the billing group. | VARCHAR |
| currency The displayed currency. | VARCHAR |
| margin The billing group margin. | VARCHAR |
| margin_percentage The percentage of billing group margin. | VARCHAR |
| proforma_cost The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group. | VARCHAR |