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-16vtt531a2w0.deno.dev/v0.2/services/cloudhsmv2.ts";
interface BackupRetentionPolicy {
Type?: BackupRetentionType | null;
Value?: string | null;
}

§Properties

§
Value?: string | null
[src]