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

RetentionSetting

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

Retention settings for the destination Amazon S3 buckets in Amazon Security Lake.

interface RetentionSetting {
retentionPeriod?: number | null;
storageClass?: StorageClass | null;
}

§Properties

§
retentionPeriod?: number | null
[src]

The retention period specifies a fixed period of time during which the Security Lake object remains locked. You can specify the retention period in days for one or more sources.

§
storageClass?: StorageClass | null
[src]

The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.