Delete Report Definition
applicationcostprofiler_delete_report_definition | R Documentation |
Deletes the specified report definition in AWS Application Cost Profiler¶
Description¶
Deletes the specified report definition in AWS Application Cost Profiler. This stops the report from being generated.
Usage¶
applicationcostprofiler_delete_report_definition(reportId)
Arguments¶
reportId |
[required] Required. ID of the report to delete. |
Value¶
A list with the following syntax:
list(
reportId = "string"
)
Request syntax¶
svc$delete_report_definition(
reportId = "string"
)