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

AwsS3AccountPublicAccessBlockDetails

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

provides information about the Amazon S3 Public Access Block configuration for accounts.

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

§Properties

§
BlockPublicAcls?: boolean | null
[src]

Indicates whether to reject calls to update an S3 bucket if the calls include a public access control list (ACL).

§
BlockPublicPolicy?: boolean | null
[src]

Indicates whether to reject calls to update the access policy for an S3 bucket or access point if the policy allows public access.

§
IgnorePublicAcls?: boolean | null
[src]

Indicates whether Amazon S3 ignores public ACLs that are associated with an S3 bucket.

§
RestrictPublicBuckets?: boolean | null
[src]

Indicates whether to restrict access to an access point or S3 bucket that has a public policy to only Amazon Web Services service principals and authorized users within the S3 bucket owner's account.