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

StorageLensConfiguration

import type { StorageLensConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3control.ts";
interface StorageLensConfiguration {
AccountLevel: AccountLevel;
AwsOrg?: StorageLensAwsOrg | null;
DataExport?: StorageLensDataExport | null;
Exclude?: Exclude | null;
Id: string;
Include?: Include | null;
IsEnabled: boolean;
StorageLensArn?: string | null;
}

§Properties

§
AccountLevel: AccountLevel
[src]
§
AwsOrg?: StorageLensAwsOrg | null
[src]
§
DataExport?: StorageLensDataExport | null
[src]
§
Exclude?: Exclude | null
[src]
§
Id: string
[src]
§
Include?: Include | null
[src]
§
IsEnabled: boolean
[src]
§
StorageLensArn?: string | null
[src]