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

SearchResourcesCriteria

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

Specifies a property- or tag-based filter condition for including or excluding Amazon Web Services resources from the query results.

interface SearchResourcesCriteria {
simpleCriterion?: SearchResourcesSimpleCriterion | null;
tagCriterion?: SearchResourcesTagCriterion | null;
}

§Properties

§
simpleCriterion?: SearchResourcesSimpleCriterion | null
[src]

A property-based condition that defines a property, operator, and one or more values for including or excluding resources from the results.

§
tagCriterion?: SearchResourcesTagCriterion | null
[src]

A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding resources from the results.