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

EstablishedMultiRegionAccessPointPolicy

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

The last established access control policy for a 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 EstablishedMultiRegionAccessPointPolicy {
Policy?: string | null;
}

§Properties

§
Policy?: string | null
[src]

The details of the last established policy.