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

ListNotificationRulesFilter

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

Information about a filter to apply to the list of returned notification rules. You can filter by event type, owner, resource, or target.

interface ListNotificationRulesFilter {
Value: string;
}

§Properties

§

The name of the attribute you want to use to filter the returned notification rules.

§
Value: string
[src]

The value of the attribute you want to use to filter the returned notification rules. For example, if you specify filtering by RESOURCE in Name, you might specify the ARN of a pipeline in AWS CodePipeline for the value.