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

S3PublicAccessBlockConfiguration

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

The PublicAccessBlock configuration to apply to this Amazon S3 bucket. If the proposed configuration is for an existing Amazon S3 bucket and the configuration is not specified, the access preview uses the existing setting. If the proposed configuration is for a new bucket and the configuration is not specified, the access preview uses false. If the proposed configuration is for a new access point or multi-region access point and the access point BPA configuration is not specified, the access preview uses true. For more information, see PublicAccessBlockConfiguration.

interface S3PublicAccessBlockConfiguration {
ignorePublicAcls: boolean;
restrictPublicBuckets: boolean;
}

§Properties

§
ignorePublicAcls: boolean
[src]

Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket.

§
restrictPublicBuckets: boolean
[src]

Specifies whether Amazon S3 should restrict public bucket policies for this bucket.