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

FilterRule

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

Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or prefix of the key name.

interface FilterRule {
Name?: FilterRuleName | null;
Value?: string | null;
}

§Properties

§
Name?: FilterRuleName | null
[src]

The object key name prefix or suffix identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see Configuring Event Notifications in the Amazon S3 User Guide.

§
Value?: string | null
[src]

The value that the filter searches for in object key names.