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.4/services/guardduty.ts?docs=full";

Contains information on the current access control policies for the bucket.

interface AccessControlList {
AllowsPublicReadAccess?: boolean | null;
AllowsPublicWriteAccess?: boolean | null;
}

§Properties

§
AllowsPublicReadAccess?: boolean | null
[src]

A value that indicates whether public read access for the bucket is enabled through an Access Control List (ACL).

§
AllowsPublicWriteAccess?: boolean | null
[src]

A value that indicates whether public write access for the bucket is enabled through an Access Control List (ACL).