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

PutMultiRegionAccessPointPolicyInput

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

A container for the information associated with a PutMultiRegionAccessPoint request.

interface PutMultiRegionAccessPointPolicyInput {
Name: string;
Policy: string;
}

§Properties

§
Name: string
[src]

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

§
Policy: string
[src]

The policy details for the PutMultiRegionAccessPoint request.