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

S3BucketDefinitionForJob

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

Specifies an Amazon Web Services account that owns S3 buckets for a classification job to analyze, and one or more specific buckets to analyze for that account.

interface S3BucketDefinitionForJob {
accountId: string;
buckets: string[];
}

§Properties

§
accountId: string
[src]

The unique identifier for the Amazon Web Services account that owns the buckets.

§
buckets: string[]
[src]

An array that lists the names of the buckets.