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

Provides information about the account-level permissions settings that apply to an S3 bucket.

interface AccountLevelPermissions {
blockPublicAccess?: BlockPublicAccess | null;
}

§Properties

§
blockPublicAccess?: BlockPublicAccess | null
[src]

The block public access settings for the Amazon Web Services account that owns the bucket.