resiliencehub_start_metrics_export {paws.management} | R Documentation |
Initiates the export task of metrics
Description
Initiates the export task of metrics.
See https://www.paws-r-sdk.com/docs/resiliencehub_start_metrics_export/ for full documentation.
Usage
resiliencehub_start_metrics_export(bucketName = NULL, clientToken = NULL)
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. |
[Package paws.management version 0.9.0 Index]