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

SearchResourcesBucketCriteria

import type { SearchResourcesBucketCriteria } 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 S3 buckets from the query results. Exclude conditions take precedence over include conditions.

interface SearchResourcesBucketCriteria {
excludes?: SearchResourcesCriteriaBlock | null;
includes?: SearchResourcesCriteriaBlock | null;
}

§Properties

§

The property- and tag-based conditions that determine which buckets to exclude from the results.

§

The property- and tag-based conditions that determine which buckets to include in the results.