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

LifecycleRuleAndOperator

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

The container for the Outposts bucket lifecycle rule and operator.

interface LifecycleRuleAndOperator {
ObjectSizeGreaterThan?: number | null;
ObjectSizeLessThan?: number | null;
Prefix?: string | null;
Tags?: S3Tag[] | null;
}

§Properties

§
ObjectSizeGreaterThan?: number | null
[src]

Minimum object size to which the rule applies.

§
ObjectSizeLessThan?: number | null
[src]

Maximum object size to which the rule applies.

§
Prefix?: string | null
[src]

Prefix identifying one or more objects to which the rule applies.

§
Tags?: S3Tag[] | null
[src]

All of these tags must exist in the object's tag set in order for the rule to apply.