Cost And Usage Report Service

This page documents function available when using the Cost_And_Usage_Report_Service module, created with @service Cost_And_Usage_Report_Service.

Index

Documentation

Main.Cost_And_Usage_Report_Service.delete_report_definitionMethod
delete_report_definition()
delete_report_definition(params::Dict{String,<:Any})

Deletes the specified report.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ReportName": The name of the report that you want to delete. The name must be unique, is case sensitive, and can't include spaces.
source
Main.Cost_And_Usage_Report_Service.describe_report_definitionsMethod
describe_report_definitions()
describe_report_definitions(params::Dict{String,<:Any})

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

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults":
  • "NextToken":
source
Main.Cost_And_Usage_Report_Service.put_report_definitionMethod
put_report_definition(report_definition)
put_report_definition(report_definition, params::Dict{String,<:Any})

Creates a new report using the description that you provide.

Arguments

  • report_definition: Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata and data file information.
source