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

GetMultiRegionAccessPointPolicyRequest

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

§Properties

§
AccountId: string
[src]

The Amazon Web Services account ID for the owner of the Multi-Region Access Point.

§
Name: string
[src]

Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points in the Amazon S3 User Guide.