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

RetentionPeriod

import type { RetentionPeriod } from "https://aws-api.deno.dev/v0.3/services/rbin.ts?docs=full";

Information about the retention period for which a retention rule is to retain resources.

interface RetentionPeriod {
RetentionPeriodUnit: RetentionPeriodUnit;
RetentionPeriodValue: number;
}

§Properties

§
RetentionPeriodUnit: RetentionPeriodUnit
[src]

The unit of time in which the retention period is measured. Currently, only DAYS is supported.

§
RetentionPeriodValue: number
[src]

The period value for which the retention rule is to retain resources. The period is measured using the unit specified for RetentionPeriodUnit.