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

A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as IDs. The filters supported by a describe operation are documented with the describe operation.

Note: Currently, wildcards are not supported in filters.

The following actions can be filtered:

  • DescribeDBClusterBacktracks
    
  • DescribeDBClusterEndpoints
    
  • DescribeDBClusters
    
  • DescribeDBInstances
    
  • DescribePendingMaintenanceActions
    
interface Filter {
Name: string;
Values: string[];
}

§Properties

§
Name: string
[src]

The name of the filter. Filter names are case-sensitive.

§
Values: string[]
[src]

One or more filter values. Filter values are case-sensitive.