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

ObjectLockConfiguration

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

The container element for Object Lock configuration parameters.

interface ObjectLockConfiguration {
ObjectLockEnabled?: ObjectLockEnabled | null;
Rule?: ObjectLockRule | null;
}

§Properties

§
ObjectLockEnabled?: ObjectLockEnabled | null
[src]

Indicates whether this bucket has an Object Lock configuration enabled. Enable ObjectLockEnabled when you apply ObjectLockConfiguration to a bucket.

§
Rule?: ObjectLockRule | null
[src]

Specifies the Object Lock rule for the specified object. Enable the this rule when you apply ObjectLockConfiguration to a bucket. Bucket settings require both a mode and a period. The period can be either Days or Years but you must select one. You cannot specify Days and Years at the same time.