licensemanager_update_license_manager_report_generator {paws.management} | R Documentation |
Updates a report generator
Description
Updates a report generator.
See https://www.paws-r-sdk.com/docs/licensemanager_update_license_manager_report_generator/ for full documentation.
Usage
licensemanager_update_license_manager_report_generator(
LicenseManagerReportGeneratorArn,
ReportGeneratorName,
Type,
ReportContext,
ReportFrequency,
ClientToken,
Description = NULL
)
Arguments
LicenseManagerReportGeneratorArn |
[required] Amazon Resource Name (ARN) of the report generator to update. |
ReportGeneratorName |
[required] Name of the report generator. |
Type |
[required] Type of reports to generate. The following report types are supported:
|
ReportContext |
[required] The report context. |
ReportFrequency |
[required] Frequency by which reports are generated. |
ClientToken |
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. |
Description |
Description of the report generator. |