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

MultiRegionAccessPointReport

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

A collection of statuses for a Multi-Region Access Point in the various Regions it supports.

interface MultiRegionAccessPointReport {
Alias?: string | null;
CreatedAt?: Date | number | null;
Name?: string | null;
PublicAccessBlock?: PublicAccessBlockConfiguration | null;
Regions: RegionReport[];
}

§Properties

§
Alias?: string | null
[src]

The alias for the Multi-Region Access Point. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points.

§
CreatedAt?: Date | number | null
[src]

When the Multi-Region Access Point create request was received.

§
Name?: string | null
[src]

The name of the Multi-Region Access Point.

§
PublicAccessBlock?: PublicAccessBlockConfiguration | null
[src]
§

A collection of the Regions and buckets associated with the Multi-Region Access Point.

§

The current status of the Multi-Region Access Point.

CREATING and DELETING are temporary states that exist while the request is propagating and being completed. If a Multi-Region Access Point has a status of PARTIALLY_CREATED, you can retry creation or send a request to delete the Multi-Region Access Point. If a Multi-Region Access Point has a status of PARTIALLY_DELETED, you can retry a delete request to finish the deletion of the Multi-Region Access Point.