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

BlockPublicAccess

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

Contains information on how the bucker owner's S3 Block Public Access settings are being applied to the S3 bucket. See S3 Block Public Access for more information.

interface BlockPublicAccess {
BlockPublicAcls?: boolean | null;
BlockPublicPolicy?: boolean | null;
IgnorePublicAcls?: boolean | null;
RestrictPublicBuckets?: boolean | null;
}

§Properties

§
BlockPublicAcls?: boolean | null
[src]

Indicates if S3 Block Public Access is set to BlockPublicAcls.

§
BlockPublicPolicy?: boolean | null
[src]

Indicates if S3 Block Public Access is set to BlockPublicPolicy.

§
IgnorePublicAcls?: boolean | null
[src]

Indicates if S3 Block Public Access is set to IgnorePublicAcls.

§
RestrictPublicBuckets?: boolean | null
[src]

Indicates if S3 Block Public Access is set to RestrictPublicBuckets.