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.3/services/datasync.ts?docs=full";

Specifies which files, folders, and objects to include or exclude when transferring files from source to destination.

interface FilterRule {
FilterType?: FilterType | null;
Value?: string | null;
}

§Properties

§
FilterType?: FilterType | null
[src]

The type of filter rule to apply. DataSync only supports the SIMPLE_PATTERN rule type.

§
Value?: string | null
[src]

A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2