Skip to content

Delete License Manager Report Generator

licensemanager_delete_license_manager_report_generator R Documentation

Deletes the specified report generator

Description

Deletes the specified report generator.

This action deletes the report generator, which stops it from generating future reports. The action cannot be reversed. It has no effect on the previous reports from this generator.

Usage

licensemanager_delete_license_manager_report_generator(
  LicenseManagerReportGeneratorArn)

Arguments

LicenseManagerReportGeneratorArn

[required] Amazon Resource Name (ARN) of the report generator to be deleted.

Value

An empty list.

Request syntax

svc$delete_license_manager_report_generator(
  LicenseManagerReportGeneratorArn = "string"
)