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

Filter

import type { Filter } from "https://aws-api.deno.dev/v0.3/services/es.ts?docs=full";

A filter used to limit results when describing inbound or outbound cross-cluster search connections. Multiple values can be specified per filter. A cross-cluster search connection must match at least one of the specified values for it to be returned from an operation.

interface Filter {
Name?: string | null;
Values?: string[] | null;
}

§Properties

§
Name?: string | null
[src]

Specifies the name of the filter.

§
Values?: string[] | null
[src]

Contains one or more values for the filter.