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

AccessControlList

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

Provides information about the permissions settings of the bucket-level access control list (ACL) for an S3 bucket.

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

§Properties

§
allowsPublicReadAccess?: boolean | null
[src]

Specifies whether the ACL grants the general public with read access permissions for the bucket.

§
allowsPublicWriteAccess?: boolean | null
[src]

Specifies whether the ACL grants the general public with write access permissions for the bucket.