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¶
Arguments¶
Filters
Filters to scope the results. The following filters are supported:
LicenseConfigurationArn
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"
)