Description Usage Arguments Value Request syntax
View source: R/s3_operations.R
Gets a metrics configuration (specified by the metrics configuration ID) from the bucket. Note that this doesn't include the daily storage metrics.
To use this operation, you must have permissions to perform the
s3:GetMetricsConfiguration
action. The bucket owner has this
permission by default. The bucket owner can grant this permission to
others. For more information about permissions, see Permissions Related to Bucket Subresource Operations
and Managing Access Permissions to Your Amazon S3 Resources.
For information about CloudWatch request metrics for Amazon S3, see Monitoring Metrics with Amazon CloudWatch.
The following operations are related to
get_bucket_metrics_configuration
:
put_bucket_metrics_configuration
delete_bucket_metrics_configuration
list_bucket_metrics_configurations
1 | s3_get_bucket_metrics_configuration(Bucket, Id, ExpectedBucketOwner)
|
Bucket |
[required] The name of the bucket containing the metrics configuration to retrieve. |
Id |
[required] The ID used to identify the metrics configuration. |
ExpectedBucketOwner |
The account id of the expected bucket owner. If the bucket is owned by a
different account, the request will fail with an HTTP
|
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
1 2 3 4 5 | svc$get_bucket_metrics_configuration(
Bucket = "string",
Id = "string",
ExpectedBucketOwner = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.