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

PublicAccess

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

Describes the public access policies that apply to the S3 bucket.

interface PublicAccess {
EffectivePermission?: string | null;
PermissionConfiguration?: PermissionConfiguration | null;
}

§Properties

§
EffectivePermission?: string | null
[src]

Describes the effective permission on this bucket after factoring all attached policies.

§
PermissionConfiguration?: PermissionConfiguration | null
[src]

Contains information about how permissions are configured for the S3 bucket.