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

BucketLevelPermissions

import type { BucketLevelPermissions } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains information about the bucket level permissions for the S3 bucket.

interface BucketLevelPermissions {
AccessControlList?: AccessControlList | null;
BlockPublicAccess?: BlockPublicAccess | null;
BucketPolicy?: BucketPolicy | null;
}

§Properties

§
AccessControlList?: AccessControlList | null
[src]

Contains information on how Access Control Policies are applied to the bucket.

§
BlockPublicAccess?: BlockPublicAccess | null
[src]

Contains information on which account level S3 Block Public Access settings are applied to the S3 bucket.

§
BucketPolicy?: BucketPolicy | null
[src]

Contains information on the bucket policies for the S3 bucket.