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

BucketPolicy

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

Provides information about the permissions settings of the bucket policy for an S3 bucket.

interface BucketPolicy {
allowsPublicReadAccess?: boolean | null;
allowsPublicWriteAccess?: boolean | null;
}

§Properties

§
allowsPublicReadAccess?: boolean | null
[src]

Specifies whether the bucket policy allows the general public to have read access to the bucket.

§
allowsPublicWriteAccess?: boolean | null
[src]

Specifies whether the bucket policy allows the general public to have write access to the bucket.