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

IntelligentTieringAndOperator

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

A container for specifying S3 Intelligent-Tiering filters. The filters determine the subset of objects to which the rule applies.

interface IntelligentTieringAndOperator {
Prefix?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
Prefix?: string | null
[src]

An object key name prefix that identifies the subset of objects to which the configuration applies.

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

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