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

CreateMultiRegionAccessPointInput

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

A container for the information associated with a CreateMultiRegionAccessPoint request.

interface CreateMultiRegionAccessPointInput {
Name: string;
PublicAccessBlock?: PublicAccessBlockConfiguration | null;
Regions: Region[];
}

§Properties

§
Name: string
[src]

The name of the Multi-Region Access Point associated with this request.

§
PublicAccessBlock?: PublicAccessBlockConfiguration | null
[src]
§
Regions: Region[]
[src]

The buckets in different Regions that are associated with the Multi-Region Access Point.