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

AccountLevelPermissions

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

Contains information about the account level permissions on the S3 bucket.

interface AccountLevelPermissions {
BlockPublicAccess?: BlockPublicAccess | null;
}

§Properties

§
BlockPublicAccess?: BlockPublicAccess | null
[src]

Describes the S3 Block Public Access settings of the bucket's parent account.