Start Metrics Export
| resiliencehub_start_metrics_export | R Documentation | 
Initiates the export task of metrics¶
Description¶
Initiates the export task of metrics.
Usage¶
resiliencehub_start_metrics_export(bucketName, clientToken)
Arguments¶
| bucketName | (Optional) Specifies the name of the Amazon Simple Storage Service bucket where the exported metrics will be stored. | 
| clientToken | Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests. | 
Value¶
A list with the following syntax:
list(
  metricsExportId = "string",
  status = "Pending"|"InProgress"|"Failed"|"Success"
)
Request syntax¶
svc$start_metrics_export(
  bucketName = "string",
  clientToken = "string"
)