View Source AWS.CostandUsageReport (aws-elixir v0.13.3)

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

Functions

Lists the AWS Cost and Usage reports available to this account.

Allows you to programatically update your report preferences.

Creates a new report using the description that you provide.

Link to this section Functions

Link to this function

delete_report_definition(client, input, options \\ [])

View Source

Deletes the specified report.

Link to this function

describe_report_definitions(client, input, options \\ [])

View Source

Lists the AWS Cost and Usage reports available to this account.

Link to this function

modify_report_definition(client, input, options \\ [])

View Source

Allows you to programatically update your report preferences.

Link to this function

put_report_definition(client, input, options \\ [])

View Source

Creates a new report using the description that you provide.