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

SearchResourcesCriteriaBlock

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

Specifies property- and tag-based conditions that define filter criteria for including or excluding Amazon Web Services resources from the query results.

interface SearchResourcesCriteriaBlock {
and?: SearchResourcesCriteria[] | null;
}

§Properties

§

An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.