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

Contains information on the current bucket policies for the S3 bucket.

interface BucketPolicy {
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 a bucket policy.

§
AllowsPublicWriteAccess?: boolean | null
[src]

A value that indicates whether public write access for the bucket is enabled through a bucket policy.