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

S3BucketCriteriaForJob

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

Specifies property- and tag-based conditions that define criteria for including or excluding S3 buckets from a classification job. Exclude conditions take precedence over include conditions.

interface S3BucketCriteriaForJob {
excludes?: CriteriaBlockForJob | null;
includes?: CriteriaBlockForJob | null;
}

§Properties

§
excludes?: CriteriaBlockForJob | null
[src]

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

§
includes?: CriteriaBlockForJob | null
[src]

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