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¶
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"
)