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

LifecycleConfiguration

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

The container for the Outposts bucket lifecycle configuration.

interface LifecycleConfiguration {
Rules?: LifecycleRule[] | null;
}

§Properties

§
Rules?: LifecycleRule[] | null
[src]

A lifecycle rule for individual objects in an Outposts bucket.