Update License Manager Report Generator
licensemanager_update_license_manager_report_generator | R Documentation |
Updates a report generator¶
Description¶
Updates a report generator.
After you make changes to a report generator, it starts generating new reports within 60 minutes of being updated.
Usage¶
licensemanager_update_license_manager_report_generator(
LicenseManagerReportGeneratorArn, ReportGeneratorName, Type,
ReportContext, ReportFrequency, ClientToken, Description)
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. |
Value¶
An empty list.
Request syntax¶
svc$update_license_manager_report_generator(
LicenseManagerReportGeneratorArn = "string",
ReportGeneratorName = "string",
Type = list(
"LicenseConfigurationSummaryReport"|"LicenseConfigurationUsageReport"
),
ReportContext = list(
licenseConfigurationArns = list(
"string"
)
),
ReportFrequency = list(
value = 123,
period = "DAY"|"WEEK"|"MONTH"
),
ClientToken = "string",
Description = "string"
)