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

BucketLevel

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

A container for the bucket-level configuration for Amazon S3 Storage Lens.

For more information about S3 Storage Lens, see Assessing your storage activity and usage with S3 Storage Lens in the Amazon S3 User Guide.

interface BucketLevel {
ActivityMetrics?: ActivityMetrics | null;
AdvancedCostOptimizationMetrics?: AdvancedCostOptimizationMetrics | null;
AdvancedDataProtectionMetrics?: AdvancedDataProtectionMetrics | null;
DetailedStatusCodesMetrics?: DetailedStatusCodesMetrics | null;
PrefixLevel?: PrefixLevel | null;
}

§Properties

§
ActivityMetrics?: ActivityMetrics | null
[src]

A container for the bucket-level activity metrics for S3 Storage Lens.

§
AdvancedCostOptimizationMetrics?: AdvancedCostOptimizationMetrics | null
[src]

A container for bucket-level advanced cost-optimization metrics for S3 Storage Lens.

§
AdvancedDataProtectionMetrics?: AdvancedDataProtectionMetrics | null
[src]

A container for bucket-level advanced data-protection metrics for S3 Storage Lens.

§
DetailedStatusCodesMetrics?: DetailedStatusCodesMetrics | null
[src]

A container for bucket-level detailed status code metrics for S3 Storage Lens.

§
PrefixLevel?: PrefixLevel | null
[src]

A container for the prefix-level metrics for S3 Storage Lens.