Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.
s3_put_bucket_metrics_configuration(Bucket, Id, MetricsConfiguration)[required] The name of the bucket for which the metrics configuration is set.
[required] The ID used to identify the metrics configuration.
[required] Specifies the metrics configuration.
svc$put_bucket_metrics_configuration(
Bucket = "string",
Id = "string",
MetricsConfiguration = list(
Id = "string",
Filter = list(
Prefix = "string",
Tag = list(
Key = "string",
Value = "string"
),
And = list(
Prefix = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
)
)
)