Get Report Definition
applicationcostprofiler_get_report_definition | R Documentation |
Retrieves the definition of a report already configured in AWS Application Cost Profiler¶
Description¶
Retrieves the definition of a report already configured in AWS Application Cost Profiler.
Usage¶
Arguments¶
reportId
[required] ID of the report to retrieve.
Value¶
A list with the following syntax:
list(
reportId = "string",
reportDescription = "string",
reportFrequency = "MONTHLY"|"DAILY"|"ALL",
format = "CSV"|"PARQUET",
destinationS3Location = list(
bucket = "string",
prefix = "string"
),
createdAt = as.POSIXct(
"2015-01-01"
),
lastUpdated = as.POSIXct(
"2015-01-01"
)
)