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

BucketCountByEffectivePermission

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

Provides information about the number of S3 buckets that are publicly accessible based on a combination of permissions settings for each bucket.

interface BucketCountByEffectivePermission {
publiclyAccessible?: number | null;
publiclyReadable?: number | null;
publiclyWritable?: number | null;
unknown?: number | null;
}

§Properties

§
publiclyAccessible?: number | null
[src]

The total number of buckets that allow the general public to have read or write access to the bucket.

§
publiclyReadable?: number | null
[src]

The total number of buckets that allow the general public to have read access to the bucket.

§
publiclyWritable?: number | null
[src]

The total number of buckets that allow the general public to have write access to the bucket.

§
unknown?: number | null
[src]

The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for. Macie can't determine whether these buckets are publicly accessible.