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/s3control.ts?docs=full";

Indicates whether this access point policy is public. For more information about how Amazon S3 evaluates policies to determine whether they are public, see The Meaning of "Public" in the Amazon S3 User Guide.

interface PolicyStatus {
IsPublic?: boolean | null;
}

§Properties

§
IsPublic?: boolean | null
[src]