View Source aws_cost_and_usage_report (aws v0.7.13)

The AWS Cost and Usage Report API enables you to programmatically create, query, and delete AWS Cost and Usage report definitions.

AWS Cost and Usage reports track the monthly AWS costs and usage associated with your AWS account. The report contains line items for each unique combination of AWS product, usage type, and operation that your AWS account uses. You can configure the AWS Cost and Usage report to show only the data that you want, using the AWS Cost and Usage API.

Service Endpoint

The AWS Cost and Usage Report API provides the following endpoint:

  • cur.us-east-1.amazonaws.com

Link to this section Summary

Link to this section Functions

Link to this function

delete_report_definition(Client, Input)

View Source
Deletes the specified report.
Link to this function

delete_report_definition(Client, Input, Options)

View Source
Link to this function

describe_report_definitions(Client, Input)

View Source
Lists the AWS Cost and Usage reports available to this account.
Link to this function

describe_report_definitions(Client, Input, Options)

View Source
Link to this function

modify_report_definition(Client, Input)

View Source
Allows you to programatically update your report preferences.
Link to this function

modify_report_definition(Client, Input, Options)

View Source
Link to this function

put_report_definition(Client, Input)

View Source
Creates a new report using the description that you provide.
Link to this function

put_report_definition(Client, Input, Options)

View Source