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

IntelligentTieringConfiguration

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

Specifies the S3 Intelligent-Tiering configuration for an Amazon S3 bucket.

For information about the S3 Intelligent-Tiering storage class, see Storage class for automatically optimizing frequently and infrequently accessed objects.

interface IntelligentTieringConfiguration {
Filter?: IntelligentTieringFilter | null;
Id: string;
Tierings: Tiering[];
}

§Properties

§

Specifies a bucket filter. The configuration only includes objects that meet the filter's criteria.

§
Id: string
[src]

The ID used to identify the S3 Intelligent-Tiering configuration.

§

Specifies the status of the configuration.

§
Tierings: Tiering[]
[src]

Specifies the S3 Intelligent-Tiering storage class tier of the configuration.