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

ProposedMultiRegionAccessPointPolicy

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

The proposed access control policy for the Multi-Region Access Point.

When you update the policy, the update is first listed as the proposed policy. After the update is finished and all Regions have been updated, the proposed policy is listed as the established policy. If both policies have the same version number, the proposed policy is the established policy.

interface ProposedMultiRegionAccessPointPolicy {
Policy?: string | null;
}

§Properties

§
Policy?: string | null
[src]

The details of the proposed policy.