applicationcostprofiler_put_report_definition: Creates the report definition for a report in Application...

View source: R/applicationcostprofiler_operations.R

applicationcostprofiler_put_report_definitionR Documentation

Creates the report definition for a report in Application Cost Profiler

Description

Creates the report definition for a report in Application Cost Profiler.

See https://www.paws-r-sdk.com/docs/applicationcostprofiler_put_report_definition/ for full documentation.

Usage

applicationcostprofiler_put_report_definition(
  reportId,
  reportDescription,
  reportFrequency,
  format,
  destinationS3Location
)

Arguments

reportId

[required] Required. ID of the report. You can choose any valid string matching the pattern for the ID.

reportDescription

[required] Required. Description of the report.

reportFrequency

[required] Required. The cadence to generate the report.

format

[required] Required. The format to use for the generated report.

destinationS3Location

[required] Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.