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

ListStorageLensConfigurationEntry

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

Part of ListStorageLensConfigurationResult. Each entry includes the description of the S3 Storage Lens configuration, its home Region, whether it is enabled, its Amazon Resource Name (ARN), and config ID.

interface ListStorageLensConfigurationEntry {
HomeRegion: string;
Id: string;
IsEnabled?: boolean | null;
StorageLensArn: string;
}

§Properties

§
HomeRegion: string
[src]

A container for the S3 Storage Lens home Region. Your metrics data is stored and retained in your designated S3 Storage Lens home Region.

§
Id: string
[src]

A container for the S3 Storage Lens configuration ID.

§
IsEnabled?: boolean | null
[src]

A container for whether the S3 Storage Lens configuration is enabled. This property is required.

§
StorageLensArn: string
[src]

The ARN of the S3 Storage Lens configuration. This property is read-only.