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

ReplicationTimeValue

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

A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.

interface ReplicationTimeValue {
Minutes?: number | null;
}

§Properties

§
Minutes?: number | null
[src]

Contains an integer specifying time in minutes.

Valid value: 15