Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MetricsConfiguration

import type { MetricsConfiguration } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics configuration ID) from an Amazon S3 bucket. If you're updating an existing metrics configuration, note that this is a full replacement of the existing metrics configuration. If you don't include the elements you want to keep, they are erased. For more information, see PutBucketMetricsConfiguration.

interface MetricsConfiguration {
Filter?: MetricsFilter | null;
Id: string;
}

§Properties

§
Filter?: MetricsFilter | null
[src]

Specifies a metrics configuration filter. The metrics configuration will only include objects that meet the filter's criteria. A filter must be a prefix, an object tag, an access point ARN, or a conjunction (MetricsAndOperator).

§
Id: string
[src]

The ID used to identify the metrics configuration.