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

PolicyStatus

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

The container element for a bucket's policy status.

interface PolicyStatus {
IsPublic?: boolean | null;
}

§Properties

§
IsPublic?: boolean | null
[src]

The policy status for this bucket. TRUE indicates that this bucket is public. FALSE indicates that the bucket is not public.