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

AnalyticsConfiguration

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

Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.

interface AnalyticsConfiguration {
Filter?: AnalyticsFilter | null;
Id: string;
StorageClassAnalysis: StorageClassAnalysis;
}

§Properties

§
Filter?: AnalyticsFilter | null
[src]

The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.

§
Id: string
[src]

The ID that identifies the analytics configuration.

§
StorageClassAnalysis: StorageClassAnalysis
[src]

Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.