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

ObjectLockRetention

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

A Retention configuration for an object.

interface ObjectLockRetention {
RetainUntilDate?: Date | number | null;
}

§Properties

§

Indicates the Retention mode for the specified object.

§
RetainUntilDate?: Date | number | null
[src]

The date on which this Object Lock Retention will expire.