Learn R Programming

paws.storage (version 0.2.0)

s3_delete_bucket_metrics_configuration: Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics configuration ID) from the bucket

Description

Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics configuration ID) from the bucket. Note that this doesn't include the daily storage metrics.

See https://paws-r.github.io/docs/s3/delete_bucket_metrics_configuration.html for full documentation.

Usage

s3_delete_bucket_metrics_configuration(Bucket, Id, ExpectedBucketOwner = NULL)

Arguments

Bucket

[required] The name of the bucket containing the metrics configuration to delete.

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 fails with the HTTP status code 403 Forbidden (access denied).