List License Manager Report Generators
licensemanager_list_license_manager_report_generators | R Documentation |
Lists the report generators for your account¶
Description¶
Lists the report generators for your account.
Usage¶
licensemanager_list_license_manager_report_generators(Filters,
NextToken, MaxResults)
Arguments¶
Filters |
Filters to scope the results. The following filters are supported:
|
NextToken |
Token for the next set of results. |
MaxResults |
Maximum number of results to return in a single call. |
Value¶
A list with the following syntax:
list(
ReportGenerators = list(
list(
ReportGeneratorName = "string",
ReportType = list(
"LicenseConfigurationSummaryReport"|"LicenseConfigurationUsageReport"
),
ReportContext = list(
licenseConfigurationArns = list(
"string"
)
),
ReportFrequency = list(
value = 123,
period = "DAY"|"WEEK"|"MONTH"
),
LicenseManagerReportGeneratorArn = "string",
LastRunStatus = "string",
LastRunFailureReason = "string",
LastReportGenerationTime = "string",
ReportCreatorAccount = "string",
Description = "string",
S3Location = list(
bucket = "string",
keyPrefix = "string"
),
CreateTime = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
),
NextToken = "string"
)
Request syntax¶
svc$list_license_manager_report_generators(
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
),
NextToken = "string",
MaxResults = 123
)