s3_get_bucket_metrics_configuration: Gets a metrics configuration (specified by the metrics configuration ID)
from the bucket
Description
Gets a metrics configuration (specified by the metrics configuration ID)
from the bucket.
Usage
s3_get_bucket_metrics_configuration(Bucket, Id)
Arguments
Bucket
[required] The name of the bucket containing the metrics configuration to retrieve.
Id
[required] The ID used to identify the metrics configuration.
Request syntax
svc$get_bucket_metrics_configuration(
Bucket = "string",
Id = "string"
)