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

BackupRetentionPolicy

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

A policy that defines the number of days to retain backups.

interface BackupRetentionPolicy {
Type?: BackupRetentionType | null;
Value?: string | null;
}

§Properties

§

The type of backup retention policy. For the DAYS type, the value is the number of days to retain backups.

§
Value?: string | null
[src]

Use a value between 7 - 379.