Describe Metrics Export
| resiliencehub_describe_metrics_export | R Documentation | 
Describes the metrics of the application configuration being exported¶
Description¶
Describes the metrics of the application configuration being exported.
Usage¶
resiliencehub_describe_metrics_export(metricsExportId)
Arguments¶
| metricsExportId | [required] Identifier of the metrics export task. | 
Value¶
A list with the following syntax:
list(
  errorMessage = "string",
  exportLocation = list(
    bucket = "string",
    prefix = "string"
  ),
  metricsExportId = "string",
  status = "Pending"|"InProgress"|"Failed"|"Success"
)
Request syntax¶
svc$describe_metrics_export(
  metricsExportId = "string"
)