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

NotificationConfigurationFilter

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

Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon S3 User Guide.

interface NotificationConfigurationFilter {
Key?: S3KeyFilter | null;
}

§Properties

§
Key?: S3KeyFilter | null
[src]