Skip to content

Get License Manager Report Generator

licensemanager_get_license_manager_report_generator R Documentation

Gets information about the specified report generator

Description

Gets information about the specified report generator.

Usage

licensemanager_get_license_manager_report_generator(
  LicenseManagerReportGeneratorArn)

Arguments

LicenseManagerReportGeneratorArn

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

Value

A list with the following syntax:

list(
  ReportGenerator = 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"
      )
    )
  )
)

Request syntax

svc$get_license_manager_report_generator(
  LicenseManagerReportGeneratorArn = "string"
)