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

ReplicationConfiguration

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

A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.

interface ReplicationConfiguration {
Role: string;
Rules: ReplicationRule[];
}

§Properties

§
Role: string
[src]

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.

§

A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.